Color Hex Logo

#8daccd Color Hex

#8DACCD
(141,172,205)
0 Favorites   0 Comments

Color spaces of #8daccd

RGB 141172205
HSL0.590.390.68
HSV211°31°80°
CMYK 0.310.160.00   0.20
XYZ36.756539.575563.4592
Yxy39.57550.26290.2831
Hunter Lab62.9091-5.7969-15.7721
CIE-Lab69.1661-2.8154-20.2228

#8daccd color RGB value is (141,172,205).

#8daccd hex color red value is 141, green value is 172 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #8daccd hue: 0.59 , saturation: 0.39 and the lightness value of 8daccd is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10101100 11001101
Octal 215 254 315
Decimal 141 172 205
Hex 8D AC CD

RGB Percentages of Color #8daccd

%27.22
%33.20
%39.58

CMYK Percentages of Color #8daccd

%31
%16
%0
%20

Triadic Colors of #8daccd

#8daccd #cd8dac #accd8d

Analogous Colors of #8daccd

#8daccd #8e8dcd #8dcccd

Monochromatic Colors of #8daccd

#8daccd

Complementary Color

#8daccd #cdae8d

#8daccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8daccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8daccd Color CSS Codes

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

#8daccd Text Font Color

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

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


#8daccd Background Color

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

This div background color is #8daccd


#8daccd Border Color

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

This div border color is #8daccd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,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 #8daccd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8daccd


Comments

No comments written yet.

Please login to write comment.