Color spaces of #9cbaeb
RGB | 156 | 186 | 235 |
---|---|---|---|
HSL | 0.60 | 0.66 | 0.77 |
HSV | 217° | 34° | 92° |
CMYK | 0.34 | 0.21 | 0.00 0.08 |
XYZ | 46.2646 | 48.1839 | 85.4593 |
Yxy | 48.1839 | 0.2572 | 0.2678 |
Hunter Lab | 69.4146 | -2.5060 | -24.4042 |
CIE-Lab | 74.9408 | 1.3286 | -27.6914 |
#9cbaeb color RGB value is (156,186,235).
#9cbaeb hex color red value is 156, green value is 186 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9cbaeb hue: 0.60 , saturation: 0.66 and the lightness value of 9cbaeb is 0.77.
The process color (four color CMYK) of #9cbaeb color hex is 0.34, 0.21, 0.00, 0.08. Web safe color of #9cbaeb is #99ccff. Color #9cbaeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011100 | 10111010 | 11101011 |
Octal | 234 | 272 | 353 |
Decimal | 156 | 186 | 235 |
Hex | 9C | BA | EB |
Shades of #9cbaeb
Tints of #9cbaeb
RGB Percentages of Color #9cbaeb
CMYK Percentages of Color #9cbaeb
Complementary Color
#9cbaeb | #ebcd9c |
#9cbaeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9cbaeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#9cbaeb Color CSS Codes
.mybgcolor {background-color:#9cbaeb; } .myforecolor {color:#9cbaeb; } .mybordercolor {border:3px solid #9cbaeb; }
#9cbaeb Text Font Color
<p style="color:#9cbaeb">Text here</p>
This sample text font color is #9cbaeb
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.
#9cbaeb Background Color
<div style="background-color:#9cbaeb">
Div content here</div>
This div background color is #9cbaeb
#9cbaeb Border Color
<div style="border:3px solid #9cbaeb">
Div here</div>
This div border color is #9cbaeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(156,186,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9cbaeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9cbaeb; -webkit-box-shadow: 1px 1px 3px 2px #9cbaeb; box-shadow: 1px 1px 3px 2px #9cbaeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(156,186,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 #9cbaeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9cbaeb; -webkit-box-shadow: 1px 1px 3px 2px #9cbaeb; box-shadow: 1px 1px 3px 2px #9cbaeb;">
Div content here</div>
This div box has shadow with color #9cbaeb
Comments
No comments written yet.
Please login to write comment.