Color spaces of #9ccaeb
RGB | 156 | 202 | 235 |
---|---|---|---|
HSL | 0.57 | 0.66 | 0.77 |
HSV | 205° | 34° | 92° |
CMYK | 0.34 | 0.14 | 0.00 0.08 |
XYZ | 49.8262 | 55.3071 | 86.6465 |
Yxy | 55.3071 | 0.2598 | 0.2884 |
Hunter Lab | 74.3687 | -10.5524 | -17.0202 |
CIE-Lab | 79.2178 | -7.2626 | -21.1675 |
#9ccaeb color RGB value is (156,202,235).
#9ccaeb hex color red value is 156, green value is 202 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9ccaeb hue: 0.57 , saturation: 0.66 and the lightness value of 9ccaeb is 0.77.
The process color (four color CMYK) of #9ccaeb color hex is 0.34, 0.14, 0.00, 0.08. Web safe color of #9ccaeb is #99ccff. Color #9ccaeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011100 | 11001010 | 11101011 |
Octal | 234 | 312 | 353 |
Decimal | 156 | 202 | 235 |
Hex | 9C | CA | EB |
Shades of #9ccaeb
Tints of #9ccaeb
RGB Percentages of Color #9ccaeb
CMYK Percentages of Color #9ccaeb
Complementary Color
#9ccaeb | #ebbd9c |
#9ccaeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9ccaeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#9ccaeb Color CSS Codes
.mybgcolor {background-color:#9ccaeb; } .myforecolor {color:#9ccaeb; } .mybordercolor {border:3px solid #9ccaeb; }
#9ccaeb Text Font Color
<p style="color:#9ccaeb">Text here</p>
This sample text font color is #9ccaeb
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.
#9ccaeb Background Color
<div style="background-color:#9ccaeb">
Div content here</div>
This div background color is #9ccaeb
#9ccaeb Border Color
<div style="border:3px solid #9ccaeb">
Div here</div>
This div border color is #9ccaeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(156,202,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9ccaeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9ccaeb; -webkit-box-shadow: 1px 1px 3px 2px #9ccaeb; box-shadow: 1px 1px 3px 2px #9ccaeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(156,202,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 #9ccaeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9ccaeb; -webkit-box-shadow: 1px 1px 3px 2px #9ccaeb; box-shadow: 1px 1px 3px 2px #9ccaeb;">
Div content here</div>
This div box has shadow with color #9ccaeb
Comments
No comments written yet.
Please login to write comment.