Color spaces of #90bceb
RGB | 144 | 188 | 235 |
---|---|---|---|
HSL | 0.59 | 0.69 | 0.74 |
HSV | 211° | 39° | 92° |
CMYK | 0.39 | 0.20 | 0.00 0.08 |
XYZ | 44.4802 | 47.8939 | 85.4973 |
Yxy | 47.8939 | 0.2501 | 0.2693 |
Hunter Lab | 69.2054 | -6.3827 | -24.8039 |
CIE-Lab | 74.7580 | -3.0065 | -28.0340 |
#90bceb color RGB value is (144,188,235).
#90bceb hex color red value is 144, green value is 188 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #90bceb hue: 0.59 , saturation: 0.69 and the lightness value of 90bceb is 0.74.
The process color (four color CMYK) of #90bceb color hex is 0.39, 0.20, 0.00, 0.08. Web safe color of #90bceb is #99ccff. Color #90bceb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010000 | 10111100 | 11101011 |
Octal | 220 | 274 | 353 |
Decimal | 144 | 188 | 235 |
Hex | 90 | BC | EB |
Shades of #90bceb
Tints of #90bceb
RGB Percentages of Color #90bceb
CMYK Percentages of Color #90bceb
Complementary Color
#90bceb | #ebbf90 |
#90bceb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#90bceb Color Preview on White Background
Lorem ipsum dolor sit amet.
#90bceb Color CSS Codes
.mybgcolor {background-color:#90bceb; } .myforecolor {color:#90bceb; } .mybordercolor {border:3px solid #90bceb; }
#90bceb Text Font Color
<p style="color:#90bceb">Text here</p>
This sample text font color is #90bceb
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.
#90bceb Background Color
<div style="background-color:#90bceb">
Div content here</div>
This div background color is #90bceb
#90bceb Border Color
<div style="border:3px solid #90bceb">
Div here</div>
This div border color is #90bceb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(144,188,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #90bceb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #90bceb; -webkit-box-shadow: 1px 1px 3px 2px #90bceb; box-shadow: 1px 1px 3px 2px #90bceb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(144,188,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #90bceb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #90bceb; -webkit-box-shadow: 1px 1px 3px 2px #90bceb; box-shadow: 1px 1px 3px 2px #90bceb;">
Div content here</div>
This div box has shadow with color #90bceb
Comments
No comments written yet.
Please login to write comment.