Color spaces of #1ecbfe
RGB | 30 | 203 | 254 |
---|---|---|---|
HSL | 0.54 | 0.99 | 0.56 |
HSV | 194° | 88° | 100° |
CMYK | 0.88 | 0.20 | 0.00 0.00 |
XYZ | 39.7807 | 50.1436 | 101.3480 |
Yxy | 50.1436 | 0.2080 | 0.2622 |
Hunter Lab | 70.8121 | -23.6439 | -35.2887 |
CIE-Lab | 76.1573 | -23.2214 | -36.3838 |
#1ecbfe color RGB value is (30,203,254).
#1ecbfe hex color red value is 30, green value is 203 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #1ecbfe hue: 0.54 , saturation: 0.99 and the lightness value of 1ecbfe is 0.56.
The process color (four color CMYK) of #1ecbfe color hex is 0.88, 0.20, 0.00, 0.00. Web safe color of #1ecbfe is #33ccff. Color #1ecbfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011110 | 11001011 | 11111110 |
Octal | 36 | 313 | 376 |
Decimal | 30 | 203 | 254 |
Hex | 1E | CB | FE |
Shades of #1ecbfe
Tints of #1ecbfe
RGB Percentages of Color #1ecbfe
CMYK Percentages of Color #1ecbfe
Complementary Color
#1ecbfe | #fe511e |
#1ecbfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1ecbfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#1ecbfe Color CSS Codes
.mybgcolor {background-color:#1ecbfe; } .myforecolor {color:#1ecbfe; } .mybordercolor {border:3px solid #1ecbfe; }
#1ecbfe Text Font Color
<p style="color:#1ecbfe">Text here</p>
This sample text font color is #1ecbfe
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#1ecbfe Background Color
<div style="background-color:#1ecbfe">
Div content here</div>
This div background color is #1ecbfe
#1ecbfe Border Color
<div style="border:3px solid #1ecbfe">
Div here</div>
This div border color is #1ecbfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(30,203,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1ecbfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1ecbfe; -webkit-box-shadow: 1px 1px 3px 2px #1ecbfe; box-shadow: 1px 1px 3px 2px #1ecbfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(30,203,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1ecbfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1ecbfe; -webkit-box-shadow: 1px 1px 3px 2px #1ecbfe; box-shadow: 1px 1px 3px 2px #1ecbfe;">
Div content here</div>
This div box has shadow with color #1ecbfe
Comments
No comments written yet.
Please login to write comment.