Color Hex Logo

#8dccaa Color Hex

#8DCCAA
(141,204,170)
0 Favorites   0 Comments

Color spaces of #8dccaa

RGB 141204170
HSL0.410.380.68
HSV148°31°80°
CMYK 0.310.000.17   0.20
XYZ39.833151.750745.9197
Yxy51.75070.28970.3764
Hunter Lab71.9380-27.053412.5104
CIE-Lab77.1315-27.256510.5883

#8dccaa color RGB value is (141,204,170).

#8dccaa hex color red value is 141, green value is 204 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8dccaa hue: 0.41 , saturation: 0.38 and the lightness value of 8dccaa is 0.68.

The process color (four color CMYK) of #8dccaa color hex is 0.31, 0.00, 0.17, 0.20. Web safe color of #8dccaa is #99cc99. Color #8dccaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11001100 10101010
Octal 215 314 252
Decimal 141 204 170
Hex 8D CC AA

RGB Percentages of Color #8dccaa

%27.38
%39.61
%33.01

CMYK Percentages of Color #8dccaa

%31
%0
%17
%20

Triadic Colors of #8dccaa

#8dccaa #aa8dcc #ccaa8d

Analogous Colors of #8dccaa

#8dccaa #8dccca #90cc8d

Monochromatic Colors of #8dccaa

#8dccaa

Complementary Color

#8dccaa #cc8daf

#8dccaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dccaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dccaa Color CSS Codes

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

#8dccaa Text Font Color

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

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


#8dccaa Background Color

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

This div background color is #8dccaa


#8dccaa Border Color

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

This div border color is #8dccaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dccaa


Comments

No comments written yet.

Please login to write comment.