Color Hex Logo

#9cbaed Color Hex

#9CBAED
(156,186,237)
0 Favorites   0 Comments

Color spaces of #9cbaed

RGB 156186237
HSL0.600.690.77
HSV218°34°93°
CMYK 0.340.220.00   0.07
XYZ46.555348.300286.9899
Yxy48.30020.25600.2656
Hunter Lab69.4983-2.0492-25.5634
CIE-Lab75.01391.8355-28.6603

#9cbaed color RGB value is (156,186,237).

#9cbaed hex color red value is 156, green value is 186 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #9cbaed hue: 0.60 , saturation: 0.69 and the lightness value of 9cbaed is 0.77.

The process color (four color CMYK) of #9cbaed color hex is 0.34, 0.22, 0.00, 0.07. Web safe color of #9cbaed is #99ccff. Color #9cbaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10111010 11101101
Octal 234 272 355
Decimal 156 186 237
Hex 9C BA ED

RGB Percentages of Color #9cbaed

%26.94
%32.12
%40.93

CMYK Percentages of Color #9cbaed

%34
%22
%0
%7

Triadic Colors of #9cbaed

#9cbaed #ed9cba #baed9c

Analogous Colors of #9cbaed

#9cbaed #a79ced #9ce3ed

Monochromatic Colors of #9cbaed

#9cbaed

Complementary Color

#9cbaed #edcf9c

#9cbaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cbaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cbaed Color CSS Codes

.mybgcolor {background-color:#9cbaed; } 
.myforecolor {color:#9cbaed; }
.mybordercolor {border:3px solid #9cbaed; }

#9cbaed Text Font Color

<p style="color:#9cbaed">Text here</p>

This sample text font color is #9cbaed
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.


#9cbaed Background Color

<div style="background-color:#9cbaed">
Div content here</div>

This div background color is #9cbaed


#9cbaed Border Color

<div style="border:3px solid #9cbaed">
Div here</div>

This div border color is #9cbaed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,186,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9cbaed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9cbaed;
  -webkit-box-shadow: 1px 1px 3px 2px #9cbaed;
  box-shadow:         1px 1px 3px 2px #9cbaed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,186,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9cbaed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #9cbaed;
  -webkit-box-shadow: 1px 1px 3px 2px #9cbaed;
  box-shadow:         1px 1px 3px 2px #9cbaed;">
Div content here</div>

This div box has shadow with color #9cbaed


Comments

No comments written yet.

Please login to write comment.