Color spaces of #90bcbf
RGB | 144 | 188 | 191 |
---|---|---|---|
HSL | 0.51 | 0.27 | 0.66 |
HSV | 184° | 25° | 75° |
CMYK | 0.25 | 0.02 | 0.00 0.25 |
XYZ | 38.8888 | 45.6573 | 56.0533 |
Yxy | 45.6573 | 0.2766 | 0.3247 |
Hunter Lab | 67.5702 | -15.5154 | -1.8853 |
CIE-Lab | 73.3226 | -13.8192 | -6.2870 |
#90bcbf color RGB value is (144,188,191).
#90bcbf hex color red value is 144, green value is 188 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #90bcbf hue: 0.51 , saturation: 0.27 and the lightness value of 90bcbf is 0.66.
The process color (four color CMYK) of #90bcbf color hex is 0.25, 0.02, 0.00, 0.25. Web safe color of #90bcbf is #99cccc. Color #90bcbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010000 | 10111100 | 10111111 |
Octal | 220 | 274 | 277 |
Decimal | 144 | 188 | 191 |
Hex | 90 | BC | BF |
Shades of #90bcbf
Tints of #90bcbf
RGB Percentages of Color #90bcbf
CMYK Percentages of Color #90bcbf
Complementary Color
#90bcbf | #bf9390 |
#90bcbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#90bcbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#90bcbf Color CSS Codes
.mybgcolor {background-color:#90bcbf; } .myforecolor {color:#90bcbf; } .mybordercolor {border:3px solid #90bcbf; }
#90bcbf Text Font Color
<p style="color:#90bcbf">Text here</p>
This sample text font color is #90bcbf
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.
#90bcbf Background Color
<div style="background-color:#90bcbf">
Div content here</div>
This div background color is #90bcbf
#90bcbf Border Color
<div style="border:3px solid #90bcbf">
Div here</div>
This div border color is #90bcbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(144,188,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #90bcbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #90bcbf; -webkit-box-shadow: 1px 1px 3px 2px #90bcbf; box-shadow: 1px 1px 3px 2px #90bcbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(144,188,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #90bcbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #90bcbf; -webkit-box-shadow: 1px 1px 3px 2px #90bcbf; box-shadow: 1px 1px 3px 2px #90bcbf;">
Div content here</div>
This div box has shadow with color #90bcbf
Comments
No comments written yet.
Please login to write comment.