Color spaces of #90cbdc
RGB | 144 | 203 | 220 |
---|---|---|---|
HSL | 0.54 | 0.52 | 0.71 |
HSV | 193° | 35° | 86° |
CMYK | 0.35 | 0.08 | 0.00 0.14 |
XYZ | 45.7758 | 53.8085 | 75.6836 |
Yxy | 53.8085 | 0.2612 | 0.3070 |
Hunter Lab | 73.3543 | -16.9793 | -9.8247 |
CIE-Lab | 78.3499 | -14.7562 | -14.4924 |
#90cbdc color RGB value is (144,203,220).
#90cbdc hex color red value is 144, green value is 203 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #90cbdc hue: 0.54 , saturation: 0.52 and the lightness value of 90cbdc is 0.71.
The process color (four color CMYK) of #90cbdc color hex is 0.35, 0.08, 0.00, 0.14. Web safe color of #90cbdc is #99cccc. Color #90cbdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010000 | 11001011 | 11011100 |
Octal | 220 | 313 | 334 |
Decimal | 144 | 203 | 220 |
Hex | 90 | CB | DC |
Shades of #90cbdc
Tints of #90cbdc
RGB Percentages of Color #90cbdc
CMYK Percentages of Color #90cbdc
Complementary Color
#90cbdc | #dca190 |
#90cbdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#90cbdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#90cbdc Color CSS Codes
.mybgcolor {background-color:#90cbdc; } .myforecolor {color:#90cbdc; } .mybordercolor {border:3px solid #90cbdc; }
#90cbdc Text Font Color
<p style="color:#90cbdc">Text here</p>
This sample text font color is #90cbdc
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.
#90cbdc Background Color
<div style="background-color:#90cbdc">
Div content here</div>
This div background color is #90cbdc
#90cbdc Border Color
<div style="border:3px solid #90cbdc">
Div here</div>
This div border color is #90cbdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(144,203,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #90cbdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #90cbdc; -webkit-box-shadow: 1px 1px 3px 2px #90cbdc; box-shadow: 1px 1px 3px 2px #90cbdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(144,203,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #90cbdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #90cbdc; -webkit-box-shadow: 1px 1px 3px 2px #90cbdc; box-shadow: 1px 1px 3px 2px #90cbdc;">
Div content here</div>
This div box has shadow with color #90cbdc
Comments
No comments written yet.
Please login to write comment.