Color Hex Logo

#9daccd Color Hex

#9DACCD
(157,172,205)
0 Favorites   0 Comments

Color spaces of #9daccd

RGB 157172205
HSL0.610.320.71
HSV221°23°80°
CMYK 0.230.160.00   0.20
XYZ39.676641.080963.5958
Yxy41.08090.27490.2846
Hunter Lab64.0944-1.6676-13.9627
CIE-Lab70.23261.9898-18.5039

#9daccd color RGB value is (157,172,205).

#9daccd hex color red value is 157, green value is 172 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9daccd hue: 0.61 , saturation: 0.32 and the lightness value of 9daccd is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 10101100 11001101
Octal 235 254 315
Decimal 157 172 205
Hex 9D AC CD

RGB Percentages of Color #9daccd

%29.40
%32.21
%38.39

CMYK Percentages of Color #9daccd

%23
%16
%0
%20

Triadic Colors of #9daccd

#9daccd #cd9dac #accd9d

Analogous Colors of #9daccd

#9daccd #a69dcd #9dc4cd

Monochromatic Colors of #9daccd

#9daccd

Complementary Color

#9daccd #cdbe9d

#9daccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9daccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9daccd Color CSS Codes

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

#9daccd Text Font Color

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

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


#9daccd Background Color

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

This div background color is #9daccd


#9daccd Border Color

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

This div border color is #9daccd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,172,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9daccd


Comments

No comments written yet.

Please login to write comment.