Color Hex Logo

#8acca4 Color Hex

#8ACCA4
(138,204,164)
0 Favorites   0 Comments

Color spaces of #8acca4

RGB 138204164
HSL0.400.390.67
HSV144°32°80°
CMYK 0.320.000.20   0.20
XYZ38.774951.269342.9743
Yxy51.26930.29150.3854
Hunter Lab71.6026-28.641514.5373
CIE-Lab76.8418-29.351013.3667

#8acca4 color RGB value is (138,204,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001100 10100100
Octal 212 314 244
Decimal 138 204 164
Hex 8A CC A4

RGB Percentages of Color #8acca4

%27.27
%40.32
%32.41

CMYK Percentages of Color #8acca4

%32
%0
%20
%20

Triadic Colors of #8acca4

#8acca4 #a48acc #cca48a

Analogous Colors of #8acca4

#8acca4 #8accc5 #91cc8a

Monochromatic Colors of #8acca4

#8acca4

Complementary Color

#8acca4 #cc8ab2

#8acca4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8acca4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8acca4 Color CSS Codes

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

#8acca4 Text Font Color

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

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


#8acca4 Background Color

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

This div background color is #8acca4


#8acca4 Border Color

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

This div border color is #8acca4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8acca4


Comments

No comments written yet.

Please login to write comment.