Color Hex Logo

#9dacdc Color Hex

#9DACDC
(157,172,220)
0 Favorites   0 Comments

Color spaces of #9dacdc

RGB 157172220
HSL0.630.470.74
HSV226°29°86°
CMYK 0.290.220.00   0.14
XYZ41.575441.840573.5949
Yxy41.84050.26480.2665
Hunter Lab64.68421.5324-22.1786
CIE-Lab70.76085.5813-25.9321

#9dacdc color RGB value is (157,172,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 10101100 11011100
Octal 235 254 334
Decimal 157 172 220
Hex 9D AC DC

RGB Percentages of Color #9dacdc

%28.60
%31.33
%40.07

CMYK Percentages of Color #9dacdc

%29
%22
%0
%14

Triadic Colors of #9dacdc

#9dacdc #dc9dac #acdc9d

Analogous Colors of #9dacdc

#9dacdc #ae9ddc #9dccdc

Monochromatic Colors of #9dacdc

#9dacdc

Complementary Color

#9dacdc #dccd9d

#9dacdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dacdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dacdc Color CSS Codes

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

#9dacdc Text Font Color

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

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


#9dacdc Background Color

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

This div background color is #9dacdc


#9dacdc Border Color

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

This div border color is #9dacdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dacdc


Comments

No comments written yet.

Please login to write comment.