Color Hex Logo

#9cabbe Color Hex

#9CABBE
(156,171,190)
0 Favorites   0 Comments

Color spaces of #9cabbe

RGB 156171190
HSL0.590.210.68
HSV214°18°75°
CMYK 0.180.100.00   0.25
XYZ37.567539.911454.4389
Yxy39.91140.28480.3025
Hunter Lab63.1755-4.4115-6.8679
CIE-Lab69.4064-1.1913-11.4852

#9cabbe color RGB value is (156,171,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10101011 10111110
Octal 234 253 276
Decimal 156 171 190
Hex 9C AB BE

RGB Percentages of Color #9cabbe

%30.17
%33.08
%36.75

CMYK Percentages of Color #9cabbe

%18
%10
%0
%25

Triadic Colors of #9cabbe

#9cabbe #be9cab #abbe9c

Analogous Colors of #9cabbe

#9cabbe #9e9cbe #9cbcbe

Monochromatic Colors of #9cabbe

#9cabbe

Complementary Color

#9cabbe #beaf9c

#9cabbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cabbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cabbe Color CSS Codes

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

#9cabbe Text Font Color

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

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


#9cabbe Background Color

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

This div background color is #9cabbe


#9cabbe Border Color

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

This div border color is #9cabbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cabbe


Comments

No comments written yet.

Please login to write comment.