Color spaces of #9cdfeb
RGB | 156 | 223 | 235 |
---|---|---|---|
HSL | 0.53 | 0.66 | 0.77 |
HSV | 189° | 34° | 92° |
CMYK | 0.34 | 0.05 | 0.00 0.08 |
XYZ | 55.0934 | 65.8414 | 88.4022 |
Yxy | 65.8414 | 0.2632 | 0.3145 |
Hunter Lab | 81.1427 | -20.8038 | -7.7945 |
CIE-Lab | 84.9155 | -18.0882 | -12.5875 |
#9cdfeb color RGB value is (156,223,235).
#9cdfeb hex color red value is 156, green value is 223 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9cdfeb hue: 0.53 , saturation: 0.66 and the lightness value of 9cdfeb is 0.77.
The process color (four color CMYK) of #9cdfeb color hex is 0.34, 0.05, 0.00, 0.08. Web safe color of #9cdfeb is #99ccff. Color #9cdfeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011100 | 11011111 | 11101011 |
Octal | 234 | 337 | 353 |
Decimal | 156 | 223 | 235 |
Hex | 9C | DF | EB |
Shades of #9cdfeb
Tints of #9cdfeb
RGB Percentages of Color #9cdfeb
CMYK Percentages of Color #9cdfeb
Complementary Color
#9cdfeb | #eba89c |
#9cdfeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9cdfeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#9cdfeb Color CSS Codes
.mybgcolor {background-color:#9cdfeb; } .myforecolor {color:#9cdfeb; } .mybordercolor {border:3px solid #9cdfeb; }
#9cdfeb Text Font Color
<p style="color:#9cdfeb">Text here</p>
This sample text font color is #9cdfeb
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.
#9cdfeb Background Color
<div style="background-color:#9cdfeb">
Div content here</div>
This div background color is #9cdfeb
#9cdfeb Border Color
<div style="border:3px solid #9cdfeb">
Div here</div>
This div border color is #9cdfeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(156,223,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9cdfeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9cdfeb; -webkit-box-shadow: 1px 1px 3px 2px #9cdfeb; box-shadow: 1px 1px 3px 2px #9cdfeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(156,223,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 #9cdfeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9cdfeb; -webkit-box-shadow: 1px 1px 3px 2px #9cdfeb; box-shadow: 1px 1px 3px 2px #9cdfeb;">
Div content here</div>
This div box has shadow with color #9cdfeb
Comments
No comments written yet.
Please login to write comment.