Color spaces of #1ecbff
RGB | 30 | 203 | 255 |
---|---|---|---|
HSL | 0.54 | 1.00 | 0.56 |
HSV | 194° | 88° | 100° |
CMYK | 0.88 | 0.20 | 0.00 0.00 |
XYZ | 39.9414 | 50.2079 | 102.1937 |
Yxy | 50.2079 | 0.2077 | 0.2610 |
Hunter Lab | 70.8575 | -23.3827 | -35.9102 |
CIE-Lab | 76.1967 | -22.8882 | -36.8576 |
#1ecbff color RGB value is (30,203,255).
#1ecbff hex color red value is 30, green value is 203 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #1ecbff hue: 0.54 , saturation: 1.00 and the lightness value of 1ecbff is 0.56.
The process color (four color CMYK) of #1ecbff color hex is 0.88, 0.20, 0.00, 0.00. Web safe color of #1ecbff is #33ccff. Color #1ecbff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011110 | 11001011 | 11111111 |
Octal | 36 | 313 | 377 |
Decimal | 30 | 203 | 255 |
Hex | 1E | CB | FF |
Shades of #1ecbff
Tints of #1ecbff
RGB Percentages of Color #1ecbff
CMYK Percentages of Color #1ecbff
Complementary Color
#1ecbff | #ff521e |
#1ecbff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1ecbff Color Preview on White Background
Lorem ipsum dolor sit amet.
#1ecbff Color CSS Codes
.mybgcolor {background-color:#1ecbff; } .myforecolor {color:#1ecbff; } .mybordercolor {border:3px solid #1ecbff; }
#1ecbff Text Font Color
<p style="color:#1ecbff">Text here</p>
This sample text font color is #1ecbff
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.
#1ecbff Background Color
<div style="background-color:#1ecbff">
Div content here</div>
This div background color is #1ecbff
#1ecbff Border Color
<div style="border:3px solid #1ecbff">
Div here</div>
This div border color is #1ecbff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(30,203,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1ecbff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1ecbff; -webkit-box-shadow: 1px 1px 3px 2px #1ecbff; box-shadow: 1px 1px 3px 2px #1ecbff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(30,203,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1ecbff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1ecbff; -webkit-box-shadow: 1px 1px 3px 2px #1ecbff; box-shadow: 1px 1px 3px 2px #1ecbff;">
Div content here</div>
This div box has shadow with color #1ecbff
Comments
No comments written yet.
Please login to write comment.