Color Hex Logo

#ada472 Color Hex

#ADA472
(173,164,114)
0 Favorites   0 Comments

Color spaces of #ada472

RGB 173164114
HSL0.140.260.56
HSV51°34°68°
CMYK 0.000.050.34   0.32
XYZ33.546336.650121.2257
Yxy36.65010.36690.4009
Hunter Lab60.5393-7.032721.5899
CIE-Lab67.0137-4.467427.1611

#ada472 color RGB value is (173,164,114).

#ada472 hex color red value is 173, green value is 164 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #ada472 hue: 0.14 , saturation: 0.26 and the lightness value of ada472 is 0.56.

The process color (four color CMYK) of #ada472 color hex is 0.00, 0.05, 0.34, 0.32. Web safe color of #ada472 is #999966. Color #ada472 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100100 01110010
Octal 255 244 162
Decimal 173 164 114
Hex AD A4 72

RGB Percentages of Color #ada472

%38.36
%36.36
%25.28

CMYK Percentages of Color #ada472

%0
%5
%34
%32

Triadic Colors of #ada472

#ada472 #72ada4 #a472ad

Analogous Colors of #ada472

#ada472 #99ad72 #ad8772

Monochromatic Colors of #ada472

#ada472

Complementary Color

#ada472 #727bad

#ada472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada472 Color CSS Codes

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

#ada472 Text Font Color

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

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


#ada472 Background Color

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

This div background color is #ada472


#ada472 Border Color

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

This div border color is #ada472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada472


Comments

No comments written yet.

Please login to write comment.