Color Hex Logo

#9caebd Color Hex

#9CAEBD
(156,174,189)
0 Favorites   0 Comments

Color spaces of #9caebd

RGB 156174189
HSL0.580.200.68
HSV207°17°74°
CMYK 0.170.080.00   0.26
XYZ38.031741.014154.0562
Yxy41.01410.28570.3081
Hunter Lab64.0423-6.0711-5.2154
CIE-Lab70.1858-3.0457-9.7685

#9caebd color RGB value is (156,174,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10101110 10111101
Octal 234 256 275
Decimal 156 174 189
Hex 9C AE BD

RGB Percentages of Color #9caebd

%30.06
%33.53
%36.42

CMYK Percentages of Color #9caebd

%17
%8
%0
%26

Triadic Colors of #9caebd

#9caebd #bd9cae #aebd9c

Analogous Colors of #9caebd

#9caebd #9c9ebd #9cbdbc

Monochromatic Colors of #9caebd

#9caebd

Complementary Color

#9caebd #bdab9c

#9caebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9caebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9caebd Color CSS Codes

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

#9caebd Text Font Color

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

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


#9caebd Background Color

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

This div background color is #9caebd


#9caebd Border Color

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

This div border color is #9caebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9caebd


Comments

No comments written yet.

Please login to write comment.