Color Hex Logo

#8dacc4 Color Hex

#8DACC4
(141,172,196)
0 Favorites   0 Comments

Color spaces of #8dacc4

RGB 141172196
HSL0.570.320.66
HSV206°28°77°
CMYK 0.280.120.00   0.23
XYZ35.700839.153357.9003
Yxy39.15330.26890.2949
Hunter Lab62.5726-7.6589-11.0620
CIE-Lab68.8622-5.0267-15.7190

#8dacc4 color RGB value is (141,172,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10101100 11000100
Octal 215 254 304
Decimal 141 172 196
Hex 8D AC C4

RGB Percentages of Color #8dacc4

%27.70
%33.79
%38.51

CMYK Percentages of Color #8dacc4

%28
%12
%0
%23

Triadic Colors of #8dacc4

#8dacc4 #c48dac #acc48d

Analogous Colors of #8dacc4

#8dacc4 #8d91c4 #8dc4c1

Monochromatic Colors of #8dacc4

#8dacc4

Complementary Color

#8dacc4 #c4a58d

#8dacc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dacc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dacc4 Color CSS Codes

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

#8dacc4 Text Font Color

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

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


#8dacc4 Background Color

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

This div background color is #8dacc4


#8dacc4 Border Color

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

This div border color is #8dacc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dacc4


Comments

No comments written yet.

Please login to write comment.