Color Hex Logo

#8dacc2 Color Hex

#8DACC2
(141,172,194)
0 Favorites   0 Comments

Color spaces of #8dacc2

RGB 141172194
HSL0.570.300.66
HSV205°27°76°
CMYK 0.270.110.00   0.24
XYZ35.474639.062856.7091
Yxy39.06280.27030.2976
Hunter Lab62.5002-8.0604-10.0461
CIE-Lab68.7967-5.5082-14.7129

#8dacc2 color RGB value is (141,172,194).

#8dacc2 hex color red value is 141, green value is 172 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #8dacc2 hue: 0.57 , saturation: 0.30 and the lightness value of 8dacc2 is 0.66.

The process color (four color CMYK) of #8dacc2 color hex is 0.27, 0.11, 0.00, 0.24. Web safe color of #8dacc2 is #9999cc. Color #8dacc2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10101100 11000010
Octal 215 254 302
Decimal 141 172 194
Hex 8D AC C2

RGB Percentages of Color #8dacc2

%27.81
%33.93
%38.26

CMYK Percentages of Color #8dacc2

%27
%11
%0
%24

Triadic Colors of #8dacc2

#8dacc2 #c28dac #acc28d

Analogous Colors of #8dacc2

#8dacc2 #8d92c2 #8dc2be

Monochromatic Colors of #8dacc2

#8dacc2

Complementary Color

#8dacc2 #c2a38d

#8dacc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dacc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dacc2 Color CSS Codes

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

#8dacc2 Text Font Color

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

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


#8dacc2 Background Color

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

This div background color is #8dacc2


#8dacc2 Border Color

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

This div border color is #8dacc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dacc2


Comments

No comments written yet.

Please login to write comment.