Color spaces of #9bcfae
RGB | 155 | 207 | 174 |
---|---|---|---|
HSL | 0.39 | 0.35 | 0.71 |
HSV | 142° | 25° | 81° |
CMYK | 0.25 | 0.00 | 0.16 0.19 |
XYZ | 43.4704 | 54.6502 | 48.3018 |
Yxy | 54.6502 | 0.2969 | 0.3732 |
Hunter Lab | 73.9258 | -24.4072 | 13.0090 |
CIE-Lab | 78.8394 | -23.5588 | 10.9829 |
#9bcfae color RGB value is (155,207,174).
#9bcfae hex color red value is 155, green value is 207 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #9bcfae hue: 0.39 , saturation: 0.35 and the lightness value of 9bcfae is 0.71.
The process color (four color CMYK) of #9bcfae color hex is 0.25, 0.00, 0.16, 0.19. Web safe color of #9bcfae is #99cc99. Color #9bcfae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011011 | 11001111 | 10101110 |
Octal | 233 | 317 | 256 |
Decimal | 155 | 207 | 174 |
Hex | 9B | CF | AE |
Shades of #9bcfae
Tints of #9bcfae
RGB Percentages of Color #9bcfae
CMYK Percentages of Color #9bcfae
Complementary Color
#9bcfae | #cf9bbc |
#9bcfae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9bcfae Color Preview on White Background
Lorem ipsum dolor sit amet.
#9bcfae Color CSS Codes
.mybgcolor {background-color:#9bcfae; } .myforecolor {color:#9bcfae; } .mybordercolor {border:3px solid #9bcfae; }
#9bcfae Text Font Color
<p style="color:#9bcfae">Text here</p>
This sample text font color is #9bcfae
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.
#9bcfae Background Color
<div style="background-color:#9bcfae">
Div content here</div>
This div background color is #9bcfae
#9bcfae Border Color
<div style="border:3px solid #9bcfae">
Div here</div>
This div border color is #9bcfae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(155,207,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9bcfae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9bcfae; -webkit-box-shadow: 1px 1px 3px 2px #9bcfae; box-shadow: 1px 1px 3px 2px #9bcfae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(155,207,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9bcfae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9bcfae; -webkit-box-shadow: 1px 1px 3px 2px #9bcfae; box-shadow: 1px 1px 3px 2px #9bcfae;">
Div content here</div>
This div box has shadow with color #9bcfae
Comments
No comments written yet.
Please login to write comment.