Color Hex Logo

#8accac Color Hex

#8ACCAC
(138,204,172)
0 Favorites   0 Comments

Color spaces of #8accac

RGB 138204172
HSL0.420.390.67
HSV151°32°80°
CMYK 0.320.000.16   0.20
XYZ39.520551.567646.9003
Yxy51.56760.28640.3737
Hunter Lab71.8106-27.432211.5444
CIE-Lab77.0216-27.76399.3386

#8accac color RGB value is (138,204,172).

#8accac hex color red value is 138, green value is 204 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8accac hue: 0.42 , saturation: 0.39 and the lightness value of 8accac is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001100 10101100
Octal 212 314 254
Decimal 138 204 172
Hex 8A CC AC

RGB Percentages of Color #8accac

%26.85
%39.69
%33.46

CMYK Percentages of Color #8accac

%32
%0
%16
%20

Triadic Colors of #8accac

#8accac #ac8acc #ccac8a

Analogous Colors of #8accac

#8accac #8acbcc #8acc8b

Monochromatic Colors of #8accac

#8accac

Complementary Color

#8accac #cc8aaa

#8accac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8accac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8accac Color CSS Codes

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

#8accac Text Font Color

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

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


#8accac Background Color

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

This div background color is #8accac


#8accac Border Color

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

This div border color is #8accac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8accac


Comments

No comments written yet.

Please login to write comment.