Color Hex Logo

#9caecd Color Hex

#9CAECD
(156,174,205)
0 Favorites   0 Comments

Color spaces of #9caecd

RGB 156174205
HSL0.610.330.71
HSV218°24°80°
CMYK 0.240.150.00   0.20
XYZ39.865841.747863.7146
Yxy41.74780.27430.2873
Hunter Lab64.6125-2.9378-13.2373
CIE-Lab70.69670.5823-17.8077

#9caecd color RGB value is (156,174,205).

#9caecd hex color red value is 156, green value is 174 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9caecd hue: 0.61 , saturation: 0.33 and the lightness value of 9caecd is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10101110 11001101
Octal 234 256 315
Decimal 156 174 205
Hex 9C AE CD

RGB Percentages of Color #9caecd

%29.16
%32.52
%38.32

CMYK Percentages of Color #9caecd

%24
%15
%0
%20

Triadic Colors of #9caecd

#9caecd #cd9cae #aecd9c

Analogous Colors of #9caecd

#9caecd #a39ccd #9cc7cd

Monochromatic Colors of #9caecd

#9caecd

Complementary Color

#9caecd #cdbb9c

#9caecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9caecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9caecd Color CSS Codes

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

#9caecd Text Font Color

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

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


#9caecd Background Color

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

This div background color is #9caecd


#9caecd Border Color

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

This div border color is #9caecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9caecd


Comments

No comments written yet.

Please login to write comment.