Color Hex Logo

#9caade Color Hex

#9CAADE
(156,170,222)
0 Favorites   0 Comments

Color spaces of #9caade

RGB 156170222
HSL0.630.500.74
HSV227°30°87°
CMYK 0.300.230.00   0.13
XYZ41.269841.091374.8635
Yxy41.09130.26250.2614
Hunter Lab64.10252.7406-24.3714
CIE-Lab70.23986.8946-27.8331

#9caade color RGB value is (156,170,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10101010 11011110
Octal 234 252 336
Decimal 156 170 222
Hex 9C AA DE

RGB Percentages of Color #9caade

%28.47
%31.02
%40.51

CMYK Percentages of Color #9caade

%30
%23
%0
%13

Triadic Colors of #9caade

#9caade #de9caa #aade9c

Analogous Colors of #9caade

#9caade #af9cde #9ccbde

Monochromatic Colors of #9caade

#9caade

Complementary Color

#9caade #ded09c

#9caade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9caade Color Preview on White Background

Lorem ipsum dolor sit amet.

#9caade Color CSS Codes

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

#9caade Text Font Color

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

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


#9caade Background Color

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

This div background color is #9caade


#9caade Border Color

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

This div border color is #9caade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9caade


Comments

No comments written yet.

Please login to write comment.