Color Hex Logo

#acca90 Color Hex

#ACCA90
(172,202,144)
0 Favorites   0 Comments

Color spaces of #acca90

RGB 172202144
HSL0.250.350.68
HSV91°29°79°
CMYK 0.150.000.29   0.21
XYZ43.167853.025334.3453
Yxy53.02530.33070.4062
Hunter Lab72.8185-21.615123.0084
CIE-Lab77.8899-20.362525.7350

#acca90 color RGB value is (172,202,144).

#acca90 hex color red value is 172, green value is 202 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #acca90 hue: 0.25 , saturation: 0.35 and the lightness value of acca90 is 0.68.

The process color (four color CMYK) of #acca90 color hex is 0.15, 0.00, 0.29, 0.21. Web safe color of #acca90 is #99cc99. Color #acca90 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001010 10010000
Octal 254 312 220
Decimal 172 202 144
Hex AC CA 90

RGB Percentages of Color #acca90

%33.20
%39.00
%27.80

CMYK Percentages of Color #acca90

%15
%0
%29
%21

Triadic Colors of #acca90

#acca90 #90acca #ca90ac

Analogous Colors of #acca90

#acca90 #90ca91 #c9ca90

Monochromatic Colors of #acca90

#acca90

Complementary Color

#acca90 #ae90ca

#acca90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acca90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acca90 Color CSS Codes

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

#acca90 Text Font Color

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

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


#acca90 Background Color

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

This div background color is #acca90


#acca90 Border Color

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

This div border color is #acca90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acca90


Comments

No comments written yet.

Please login to write comment.