Color Hex Logo

#9caedc Color Hex

#9CAEDC
(156,174,220)
0 Favorites   0 Comments

Color spaces of #9caedc

RGB 156174220
HSL0.620.480.74
HSV223°29°86°
CMYK 0.290.210.00   0.14
XYZ41.764642.507373.7136
Yxy42.50730.26440.2691
Hunter Lab65.19760.2485-21.3960
CIE-Lab71.21934.1800-25.2359

#9caedc color RGB value is (156,174,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10101110 11011100
Octal 234 256 334
Decimal 156 174 220
Hex 9C AE DC

RGB Percentages of Color #9caedc

%28.36
%31.64
%40.00

CMYK Percentages of Color #9caedc

%29
%21
%0
%14

Triadic Colors of #9caedc

#9caedc #dc9cae #aedc9c

Analogous Colors of #9caedc

#9caedc #aa9cdc #9ccedc

Monochromatic Colors of #9caedc

#9caedc

Complementary Color

#9caedc #dcca9c

#9caedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9caedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9caedc Color CSS Codes

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

#9caedc Text Font Color

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

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


#9caedc Background Color

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

This div background color is #9caedc


#9caedc Border Color

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

This div border color is #9caedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9caedc


Comments

No comments written yet.

Please login to write comment.