Color Hex Logo

#9caebb Color Hex

#9CAEBB
(156,174,187)
0 Favorites   0 Comments

Color spaces of #9caebb

RGB 156174187
HSL0.570.190.67
HSV205°17°73°
CMYK 0.170.070.00   0.27
XYZ37.816040.927952.9205
Yxy40.92790.28720.3109
Hunter Lab63.9749-6.4436-4.2627
CIE-Lab70.1254-3.4831-8.7558

#9caebb color RGB value is (156,174,187).

#9caebb hex color red value is 156, green value is 174 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #9caebb hue: 0.57 , saturation: 0.19 and the lightness value of 9caebb is 0.67.

The process color (four color CMYK) of #9caebb color hex is 0.17, 0.07, 0.00, 0.27. Web safe color of #9caebb is #9999cc. Color #9caebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10101110 10111011
Octal 234 256 273
Decimal 156 174 187
Hex 9C AE BB

RGB Percentages of Color #9caebb

%30.17
%33.66
%36.17

CMYK Percentages of Color #9caebb

%17
%7
%0
%27

Triadic Colors of #9caebb

#9caebb #bb9cae #aebb9c

Analogous Colors of #9caebb

#9caebb #9c9fbb #9cbbb9

Monochromatic Colors of #9caebb

#9caebb

Complementary Color

#9caebb #bba99c

#9caebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9caebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9caebb Color CSS Codes

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

#9caebb Text Font Color

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

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


#9caebb Background Color

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

This div background color is #9caebb


#9caebb Border Color

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

This div border color is #9caebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9caebb

#9caebb Color Palettes


Comments

No comments written yet.

Please login to write comment.