Color Hex Logo

#acada0 Color Hex

#ACADA0
(172,173,160)
0 Favorites   0 Comments

Color spaces of #acada0

RGB 172173160
HSL0.180.070.65
HSV65°68°
CMYK 0.010.000.08   0.32
XYZ38.302041.195939.1906
Yxy41.19590.32270.3471
Hunter Lab64.1840-5.80178.7265
CIE-Lab70.3130-2.72306.5485

#acada0 color RGB value is (172,173,160).

#acada0 hex color red value is 172, green value is 173 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #acada0 hue: 0.18 , saturation: 0.07 and the lightness value of acada0 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101101 10100000
Octal 254 255 240
Decimal 172 173 160
Hex AC AD A0

RGB Percentages of Color #acada0

%34.06
%34.26
%31.68

CMYK Percentages of Color #acada0

%1
%0
%8
%32

Triadic Colors of #acada0

#acada0 #a0acad #ada0ac

Analogous Colors of #acada0

#acada0 #a6ada0 #ada8a0

Monochromatic Colors of #acada0

#acada0

Complementary Color

#acada0 #a1a0ad

#acada0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acada0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acada0 Color CSS Codes

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

#acada0 Text Font Color

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

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


#acada0 Background Color

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

This div background color is #acada0


#acada0 Border Color

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

This div border color is #acada0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acada0


Comments

No comments written yet.

Please login to write comment.