Color Hex Logo

#9caebf Color Hex

#9CAEBF
(156,174,191)
0 Favorites   0 Comments

Color spaces of #9caebf

RGB 156174191
HSL0.580.210.68
HSV209°18°75°
CMYK 0.180.090.00   0.25
XYZ38.250341.101655.2076
Yxy41.10160.28430.3055
Hunter Lab64.1105-5.6949-6.1791
CIE-Lab70.2470-2.6051-10.7794

#9caebf color RGB value is (156,174,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10101110 10111111
Octal 234 256 277
Decimal 156 174 191
Hex 9C AE BF

RGB Percentages of Color #9caebf

%29.94
%33.40
%36.66

CMYK Percentages of Color #9caebf

%18
%9
%0
%25

Triadic Colors of #9caebf

#9caebf #bf9cae #aebf9c

Analogous Colors of #9caebf

#9caebf #9c9dbf #9cbfbf

Monochromatic Colors of #9caebf

#9caebf

Complementary Color

#9caebf #bfad9c

#9caebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9caebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9caebf Color CSS Codes

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

#9caebf Text Font Color

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

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


#9caebf Background Color

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

This div background color is #9caebf


#9caebf Border Color

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

This div border color is #9caebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9caebf


Comments

No comments written yet.

Please login to write comment.