Color Hex Logo

#8accaa Color Hex

#8ACCAA
(138,204,170)
0 Favorites   0 Comments

Color spaces of #8accaa

RGB 138204170
HSL0.410.390.67
HSV149°32°80°
CMYK 0.320.000.17   0.20
XYZ39.329851.491345.8961
Yxy51.49130.28770.3766
Hunter Lab71.7574-27.740812.3083
CIE-Lab76.9757-28.167210.3452

#8accaa color RGB value is (138,204,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001100 10101010
Octal 212 314 252
Decimal 138 204 170
Hex 8A CC AA

RGB Percentages of Color #8accaa

%26.95
%39.84
%33.20

CMYK Percentages of Color #8accaa

%32
%0
%17
%20

Triadic Colors of #8accaa

#8accaa #aa8acc #ccaa8a

Analogous Colors of #8accaa

#8accaa #8acccb #8bcc8a

Monochromatic Colors of #8accaa

#8accaa

Complementary Color

#8accaa #cc8aac

#8accaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8accaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8accaa Color CSS Codes

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

#8accaa Text Font Color

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

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


#8accaa Background Color

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

This div background color is #8accaa


#8accaa Border Color

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

This div border color is #8accaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,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 #8accaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8accaa


Comments

No comments written yet.

Please login to write comment.