Color Hex Logo

#9cabbf Color Hex

#9CABBF
(156,171,191)
0 Favorites   0 Comments

Color spaces of #9cabbf

RGB 156171191
HSL0.600.210.68
HSV214°18°75°
CMYK 0.180.100.00   0.25
XYZ37.677239.955355.0166
Yxy39.95530.28400.3012
Hunter Lab63.2102-4.2208-7.3574
CIE-Lab69.4377-0.9694-11.9908

#9cabbf color RGB value is (156,171,191).

#9cabbf hex color red value is 156, green value is 171 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #9cabbf hue: 0.60 , saturation: 0.21 and the lightness value of 9cabbf is 0.68.

The process color (four color CMYK) of #9cabbf color hex is 0.18, 0.10, 0.00, 0.25. Web safe color of #9cabbf is #9999cc. Color #9cabbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10101011 10111111
Octal 234 253 277
Decimal 156 171 191
Hex 9C AB BF

RGB Percentages of Color #9cabbf

%30.12
%33.01
%36.87

CMYK Percentages of Color #9cabbf

%18
%10
%0
%25

Triadic Colors of #9cabbf

#9cabbf #bf9cab #abbf9c

Analogous Colors of #9cabbf

#9cabbf #9f9cbf #9cbdbf

Monochromatic Colors of #9cabbf

#9cabbf

Complementary Color

#9cabbf #bfb09c

#9cabbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cabbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cabbf Color CSS Codes

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

#9cabbf Text Font Color

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

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


#9cabbf Background Color

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

This div background color is #9cabbf


#9cabbf Border Color

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

This div border color is #9cabbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cabbf


Comments

No comments written yet.

Please login to write comment.