Color spaces of #9cafe2
RGB | 156 | 175 | 226 |
---|---|---|---|
HSL | 0.62 | 0.55 | 0.75 |
HSV | 224° | 31° | 89° |
CMYK | 0.31 | 0.23 | 0.00 0.11 |
XYZ | 42.7677 | 43.2189 | 78.0395 |
Yxy | 43.2189 | 0.2607 | 0.2635 |
Hunter Lab | 65.7411 | 1.0758 | -24.3628 |
CIE-Lab | 71.7033 | 5.1130 | -27.7717 |
#9cafe2 color RGB value is (156,175,226).
#9cafe2 hex color red value is 156, green value is 175 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #9cafe2 hue: 0.62 , saturation: 0.55 and the lightness value of 9cafe2 is 0.75.
The process color (four color CMYK) of #9cafe2 color hex is 0.31, 0.23, 0.00, 0.11. Web safe color of #9cafe2 is #9999cc. Color #9cafe2 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011100 | 10101111 | 11100010 |
Octal | 234 | 257 | 342 |
Decimal | 156 | 175 | 226 |
Hex | 9C | AF | E2 |
Shades of #9cafe2
Tints of #9cafe2
RGB Percentages of Color #9cafe2
CMYK Percentages of Color #9cafe2
Complementary Color
#9cafe2 | #e2cf9c |
#9cafe2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9cafe2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#9cafe2 Color CSS Codes
.mybgcolor {background-color:#9cafe2; } .myforecolor {color:#9cafe2; } .mybordercolor {border:3px solid #9cafe2; }
#9cafe2 Text Font Color
<p style="color:#9cafe2">Text here</p>
This sample text font color is #9cafe2
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.
#9cafe2 Background Color
<div style="background-color:#9cafe2">
Div content here</div>
This div background color is #9cafe2
#9cafe2 Border Color
<div style="border:3px solid #9cafe2">
Div here</div>
This div border color is #9cafe2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(156,175,226, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9cafe2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9cafe2; -webkit-box-shadow: 1px 1px 3px 2px #9cafe2; box-shadow: 1px 1px 3px 2px #9cafe2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(156,175,226, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9cafe2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9cafe2; -webkit-box-shadow: 1px 1px 3px 2px #9cafe2; box-shadow: 1px 1px 3px 2px #9cafe2;">
Div content here</div>
This div box has shadow with color #9cafe2
Comments
No comments written yet.
Please login to write comment.