Color Hex Logo

#9cbbea Color Hex

#9CBBEA
(156,187,234)
0 Favorites   0 Comments

Color spaces of #9cbbea

RGB 156187234
HSL0.600.650.76
HSV216°33°92°
CMYK 0.330.200.00   0.08
XYZ46.331948.549184.7709
Yxy48.54910.25790.2702
Hunter Lab69.6772-3.2414-23.3596
CIE-Lab75.17000.5314-26.7996

#9cbbea color RGB value is (156,187,234).

#9cbbea hex color red value is 156, green value is 187 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9cbbea hue: 0.60 , saturation: 0.65 and the lightness value of 9cbbea is 0.76.

The process color (four color CMYK) of #9cbbea color hex is 0.33, 0.20, 0.00, 0.08. Web safe color of #9cbbea is #99ccff. Color #9cbbea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10111011 11101010
Octal 234 273 352
Decimal 156 187 234
Hex 9C BB EA

RGB Percentages of Color #9cbbea

%27.04
%32.41
%40.55

CMYK Percentages of Color #9cbbea

%33
%20
%0
%8

Triadic Colors of #9cbbea

#9cbbea #ea9cbb #bbea9c

Analogous Colors of #9cbbea

#9cbbea #a49cea #9ce2ea

Monochromatic Colors of #9cbbea

#9cbbea

Complementary Color

#9cbbea #eacb9c

#9cbbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cbbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cbbea Color CSS Codes

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

#9cbbea Text Font Color

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

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


#9cbbea Background Color

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

This div background color is #9cbbea


#9cbbea Border Color

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

This div border color is #9cbbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cbbea


Comments

No comments written yet.

Please login to write comment.