Color Hex Logo

#9ab2cb Color Hex

#9AB2CB
(154,178,203)
0 Favorites   0 Comments

Color spaces of #9ab2cb

RGB 154178203
HSL0.590.320.70
HSV211°24°80°
CMYK 0.240.120.00   0.20
XYZ40.026343.022662.6945
Yxy43.02260.27460.2952
Hunter Lab65.5916-5.8584-10.7571
CIE-Lab71.5703-2.6817-15.4039

#9ab2cb color RGB value is (154,178,203).

#9ab2cb hex color red value is 154, green value is 178 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #9ab2cb hue: 0.59 , saturation: 0.32 and the lightness value of 9ab2cb is 0.70.

The process color (four color CMYK) of #9ab2cb color hex is 0.24, 0.12, 0.00, 0.20. Web safe color of #9ab2cb is #9999cc. Color #9ab2cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10110010 11001011
Octal 232 262 313
Decimal 154 178 203
Hex 9A B2 CB

RGB Percentages of Color #9ab2cb

%28.79
%33.27
%37.94

CMYK Percentages of Color #9ab2cb

%24
%12
%0
%20

Triadic Colors of #9ab2cb

#9ab2cb #cb9ab2 #b2cb9a

Analogous Colors of #9ab2cb

#9ab2cb #9b9acb #9acbcb

Monochromatic Colors of #9ab2cb

#9ab2cb

Complementary Color

#9ab2cb #cbb39a

#9ab2cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ab2cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ab2cb Color CSS Codes

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

#9ab2cb Text Font Color

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

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


#9ab2cb Background Color

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

This div background color is #9ab2cb


#9ab2cb Border Color

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

This div border color is #9ab2cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,178,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9ab2cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9ab2cb;
  -webkit-box-shadow: 1px 1px 3px 2px #9ab2cb;
  box-shadow:         1px 1px 3px 2px #9ab2cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,178,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ab2cb


Comments

No comments written yet.

Please login to write comment.