Color Hex Logo

#8dacc5 Color Hex

#8DACC5
(141,172,197)
0 Favorites   0 Comments

Color spaces of #8dacc5

RGB 141172197
HSL0.570.330.66
HSV207°28°77°
CMYK 0.280.130.00   0.23
XYZ35.815139.199058.5018
Yxy39.19900.26820.2936
Hunter Lab62.6091-7.4563-11.5741
CIE-Lab68.8952-4.7844-16.2212

#8dacc5 color RGB value is (141,172,197).

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

The process color (four color CMYK) of #8dacc5 color hex is 0.28, 0.13, 0.00, 0.23. Web safe color of #8dacc5 is #9999cc. Color #8dacc5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10101100 11000101
Octal 215 254 305
Decimal 141 172 197
Hex 8D AC C5

RGB Percentages of Color #8dacc5

%27.65
%33.73
%38.63

CMYK Percentages of Color #8dacc5

%28
%13
%0
%23

Triadic Colors of #8dacc5

#8dacc5 #c58dac #acc58d

Analogous Colors of #8dacc5

#8dacc5 #8d90c5 #8dc5c2

Monochromatic Colors of #8dacc5

#8dacc5

Complementary Color

#8dacc5 #c5a68d

#8dacc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dacc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dacc5 Color CSS Codes

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

#8dacc5 Text Font Color

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

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


#8dacc5 Background Color

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

This div background color is #8dacc5


#8dacc5 Border Color

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

This div border color is #8dacc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dacc5


Comments

No comments written yet.

Please login to write comment.