Color Hex Logo

#9caedd Color Hex

#9CAEDD
(156,174,221)
0 Favorites   0 Comments

Color spaces of #9caedd

RGB 156174221
HSL0.620.490.74
HSV223°29°87°
CMYK 0.290.210.00   0.13
XYZ41.897542.560574.4134
Yxy42.56050.26370.2679
Hunter Lab65.23840.4693-21.9615
CIE-Lab71.25574.4260-25.7272

#9caedd color RGB value is (156,174,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10101110 11011101
Octal 234 256 335
Decimal 156 174 221
Hex 9C AE DD

RGB Percentages of Color #9caedd

%28.31
%31.58
%40.11

CMYK Percentages of Color #9caedd

%29
%21
%0
%13

Triadic Colors of #9caedd

#9caedd #dd9cae #aedd9c

Analogous Colors of #9caedd

#9caedd #ab9cdd #9ccfdd

Monochromatic Colors of #9caedd

#9caedd

Complementary Color

#9caedd #ddcb9c

#9caedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9caedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9caedd Color CSS Codes

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

#9caedd Text Font Color

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

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


#9caedd Background Color

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

This div background color is #9caedd


#9caedd Border Color

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

This div border color is #9caedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9caedd


Comments

No comments written yet.

Please login to write comment.