Color Hex Logo

#9cbbeb Color Hex

#9CBBEB
(156,187,235)
0 Favorites   0 Comments

Color spaces of #9cbbeb

RGB 156187235
HSL0.600.660.77
HSV216°34°92°
CMYK 0.340.200.00   0.08
XYZ46.476048.606785.5297
Yxy48.60670.25730.2691
Hunter Lab69.7185-3.0151-23.9332
CIE-Lab75.20600.7835-27.2848

#9cbbeb color RGB value is (156,187,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10111011 11101011
Octal 234 273 353
Decimal 156 187 235
Hex 9C BB EB

RGB Percentages of Color #9cbbeb

%26.99
%32.35
%40.66

CMYK Percentages of Color #9cbbeb

%34
%20
%0
%8

Triadic Colors of #9cbbeb

#9cbbeb #eb9cbb #bbeb9c

Analogous Colors of #9cbbeb

#9cbbeb #a59ceb #9ce3eb

Monochromatic Colors of #9cbbeb

#9cbbeb

Complementary Color

#9cbbeb #ebcc9c

#9cbbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cbbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cbbeb Color CSS Codes

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

#9cbbeb Text Font Color

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

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


#9cbbeb Background Color

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

This div background color is #9cbbeb


#9cbbeb Border Color

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

This div border color is #9cbbeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,187,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 #9cbbeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cbbeb


Comments

No comments written yet.

Please login to write comment.