Color Hex Logo

#9caede Color Hex

#9CAEDE
(156,174,222)
0 Favorites   0 Comments

Color spaces of #9caede

RGB 156174222
HSL0.620.500.74
HSV224°30°87°
CMYK 0.300.220.00   0.13
XYZ42.031242.613975.1173
Yxy42.61390.26310.2667
Hunter Lab65.27930.6914-22.5298
CIE-Lab71.29214.6731-26.2181

#9caede color RGB value is (156,174,222).

#9caede hex color red value is 156, green value is 174 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #9caede hue: 0.62 , saturation: 0.50 and the lightness value of 9caede is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10101110 11011110
Octal 234 256 336
Decimal 156 174 222
Hex 9C AE DE

RGB Percentages of Color #9caede

%28.26
%31.52
%40.22

CMYK Percentages of Color #9caede

%30
%22
%0
%13

Triadic Colors of #9caede

#9caede #de9cae #aede9c

Analogous Colors of #9caede

#9caede #ab9cde #9ccfde

Monochromatic Colors of #9caede

#9caede

Complementary Color

#9caede #decc9c

#9caede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9caede Color Preview on White Background

Lorem ipsum dolor sit amet.

#9caede Color CSS Codes

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

#9caede Text Font Color

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

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


#9caede Background Color

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

This div background color is #9caede


#9caede Border Color

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

This div border color is #9caede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9caede


Comments

No comments written yet.

Please login to write comment.