Color Hex Logo

#9cacdd Color Hex

#9CACDD
(156,172,221)
0 Favorites   0 Comments

Color spaces of #9cacdd

RGB 156172221
HSL0.630.490.74
HSV225°29°87°
CMYK 0.290.220.00   0.13
XYZ41.514041.793474.2855
Yxy41.79340.26340.2652
Hunter Lab64.64781.4912-22.8755
CIE-Lab70.72825.5347-26.5356

#9cacdd color RGB value is (156,172,221).

#9cacdd hex color red value is 156, green value is 172 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9cacdd hue: 0.63 , saturation: 0.49 and the lightness value of 9cacdd is 0.74.

The process color (four color CMYK) of #9cacdd color hex is 0.29, 0.22, 0.00, 0.13. Web safe color of #9cacdd is #9999cc. Color #9cacdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10101100 11011101
Octal 234 254 335
Decimal 156 172 221
Hex 9C AC DD

RGB Percentages of Color #9cacdd

%28.42
%31.33
%40.26

CMYK Percentages of Color #9cacdd

%29
%22
%0
%13

Triadic Colors of #9cacdd

#9cacdd #dd9cac #acdd9c

Analogous Colors of #9cacdd

#9cacdd #ad9cdd #9ccddd

Monochromatic Colors of #9cacdd

#9cacdd

Complementary Color

#9cacdd #ddcd9c

#9cacdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cacdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cacdd Color CSS Codes

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

#9cacdd Text Font Color

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

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


#9cacdd Background Color

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

This div background color is #9cacdd


#9cacdd Border Color

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

This div border color is #9cacdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cacdd

#9cacdd Color Palettes


Comments

No comments written yet.

Please login to write comment.