Color Hex Logo

#acc087 Color Hex

#ACC087
(172,192,135)
0 Favorites   0 Comments

Color spaces of #acc087

RGB 172192135
HSL0.230.310.64
HSV81°30°75°
CMYK 0.100.000.30   0.25
XYZ40.236148.219230.1082
Yxy48.21920.33940.4067
Hunter Lab69.4400-18.090722.9007
CIE-Lab74.9630-16.651626.5346

#acc087 color RGB value is (172,192,135).

#acc087 hex color red value is 172, green value is 192 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #acc087 hue: 0.23 , saturation: 0.31 and the lightness value of acc087 is 0.64.

The process color (four color CMYK) of #acc087 color hex is 0.10, 0.00, 0.30, 0.25. Web safe color of #acc087 is #99cc99. Color #acc087 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000000 10000111
Octal 254 300 207
Decimal 172 192 135
Hex AC C0 87

RGB Percentages of Color #acc087

%34.47
%38.48
%27.05

CMYK Percentages of Color #acc087

%10
%0
%30
%25

Triadic Colors of #acc087

#acc087 #87acc0 #c087ac

Analogous Colors of #acc087

#acc087 #90c087 #c0b887

Monochromatic Colors of #acc087

#acc087

Complementary Color

#acc087 #9b87c0

#acc087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc087 Color CSS Codes

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

#acc087 Text Font Color

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

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


#acc087 Background Color

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

This div background color is #acc087


#acc087 Border Color

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

This div border color is #acc087


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(172,192,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #acc087; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #acc087;
  -webkit-box-shadow: 1px 1px 3px 2px #acc087;
  box-shadow:         1px 1px 3px 2px #acc087; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc087


Comments

No comments written yet.

Please login to write comment.