Color Hex Logo

#acad90 Color Hex

#ACAD90
(172,173,144)
0 Favorites   0 Comments

Color spaces of #acad90

RGB 172173144
HSL0.170.150.62
HSV62°17°68°
CMYK 0.010.000.17   0.32
XYZ36.990940.671432.2863
Yxy40.67140.33640.3699
Hunter Lab63.7741-8.069414.6257
CIE-Lab69.9451-5.400314.8139

#acad90 color RGB value is (172,173,144).

#acad90 hex color red value is 172, green value is 173 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #acad90 hue: 0.17 , saturation: 0.15 and the lightness value of acad90 is 0.62.

The process color (four color CMYK) of #acad90 color hex is 0.01, 0.00, 0.17, 0.32. Web safe color of #acad90 is #999999. Color #acad90 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101101 10010000
Octal 254 255 220
Decimal 172 173 144
Hex AC AD 90

RGB Percentages of Color #acad90

%35.17
%35.38
%29.45

CMYK Percentages of Color #acad90

%1
%0
%17
%32

Triadic Colors of #acad90

#acad90 #90acad #ad90ac

Analogous Colors of #acad90

#acad90 #9ead90 #ada090

Monochromatic Colors of #acad90

#acad90

Complementary Color

#acad90 #9190ad

#acad90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acad90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acad90 Color CSS Codes

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

#acad90 Text Font Color

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

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


#acad90 Background Color

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

This div background color is #acad90


#acad90 Border Color

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

This div border color is #acad90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acad90


Comments

No comments written yet.

Please login to write comment.