Color spaces of #90ffcf
RGB | 144 | 255 | 207 |
---|---|---|---|
HSL | 0.43 | 1.00 | 0.78 |
HSV | 154° | 44° | 100° |
CMYK | 0.44 | 0.00 | 0.19 0.00 |
XYZ | 58.5241 | 81.9543 | 71.7657 |
Yxy | 81.9543 | 0.2757 | 0.3861 |
Hunter Lab | 90.5286 | -43.0300 | 16.3684 |
CIE-Lab | 92.5547 | -42.5362 | 13.1099 |
#90ffcf color RGB value is (144,255,207).
#90ffcf hex color red value is 144, green value is 255 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #90ffcf hue: 0.43 , saturation: 1.00 and the lightness value of 90ffcf is 0.78.
The process color (four color CMYK) of #90ffcf color hex is 0.44, 0.00, 0.19, 0.00. Web safe color of #90ffcf is #99ffcc. Color #90ffcf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010000 | 11111111 | 11001111 |
Octal | 220 | 377 | 317 |
Decimal | 144 | 255 | 207 |
Hex | 90 | FF | CF |
Shades of #90ffcf
Tints of #90ffcf
RGB Percentages of Color #90ffcf
CMYK Percentages of Color #90ffcf
Complementary Color
#90ffcf | #ff90c0 |
#90ffcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#90ffcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#90ffcf Color CSS Codes
.mybgcolor {background-color:#90ffcf; } .myforecolor {color:#90ffcf; } .mybordercolor {border:3px solid #90ffcf; }
#90ffcf Text Font Color
<p style="color:#90ffcf">Text here</p>
This sample text font color is #90ffcf
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.
#90ffcf Background Color
<div style="background-color:#90ffcf">
Div content here</div>
This div background color is #90ffcf
#90ffcf Border Color
<div style="border:3px solid #90ffcf">
Div here</div>
This div border color is #90ffcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(144,255,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #90ffcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #90ffcf; -webkit-box-shadow: 1px 1px 3px 2px #90ffcf; box-shadow: 1px 1px 3px 2px #90ffcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(144,255,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #90ffcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #90ffcf; -webkit-box-shadow: 1px 1px 3px 2px #90ffcf; box-shadow: 1px 1px 3px 2px #90ffcf;">
Div content here</div>
This div box has shadow with color #90ffcf
Comments
No comments written yet.
Please login to write comment.