Color Hex Logo

#acba90 Color Hex

#ACBA90
(172,186,144)
0 Favorites   0 Comments

Color spaces of #acba90

RGB 172186144
HSL0.220.230.65
HSV80°23°73°
CMYK 0.080.000.23   0.27
XYZ39.606245.902133.1581
Yxy45.90210.33380.3868
Hunter Lab67.7511-14.216218.4086
CIE-Lab73.4820-12.237419.7222

#acba90 color RGB value is (172,186,144).

#acba90 hex color red value is 172, green value is 186 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #acba90 hue: 0.22 , saturation: 0.23 and the lightness value of acba90 is 0.65.

The process color (four color CMYK) of #acba90 color hex is 0.08, 0.00, 0.23, 0.27. Web safe color of #acba90 is #99cc99. Color #acba90 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111010 10010000
Octal 254 272 220
Decimal 172 186 144
Hex AC BA 90

RGB Percentages of Color #acba90

%34.26
%37.05
%28.69

CMYK Percentages of Color #acba90

%8
%0
%23
%27

Triadic Colors of #acba90

#acba90 #90acba #ba90ac

Analogous Colors of #acba90

#acba90 #97ba90 #bab390

Monochromatic Colors of #acba90

#acba90

Complementary Color

#acba90 #9e90ba

#acba90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acba90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acba90 Color CSS Codes

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

#acba90 Text Font Color

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

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


#acba90 Background Color

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

This div background color is #acba90


#acba90 Border Color

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

This div border color is #acba90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acba90


Comments

No comments written yet.

Please login to write comment.