Color Hex Logo

#ada975 Color Hex

#ADA975
(173,169,117)
0 Favorites   0 Comments

Color spaces of #ada975

RGB 173169117
HSL0.150.250.57
HSV56°32°68°
CMYK 0.000.020.32   0.32
XYZ34.632438.544522.4441
Yxy38.54450.36220.4031
Hunter Lab62.0842-9.074822.0250
CIE-Lab68.4200-6.756227.4080

#ada975 color RGB value is (173,169,117).

#ada975 hex color red value is 173, green value is 169 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #ada975 hue: 0.15 , saturation: 0.25 and the lightness value of ada975 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101001 01110101
Octal 255 251 165
Decimal 173 169 117
Hex AD A9 75

RGB Percentages of Color #ada975

%37.69
%36.82
%25.49

CMYK Percentages of Color #ada975

%0
%2
%32
%32

Triadic Colors of #ada975

#ada975 #75ada9 #a975ad

Analogous Colors of #ada975

#ada975 #95ad75 #ad8d75

Monochromatic Colors of #ada975

#ada975

Complementary Color

#ada975 #7579ad

#ada975 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada975 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada975 Color CSS Codes

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

#ada975 Text Font Color

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

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


#ada975 Background Color

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

This div background color is #ada975


#ada975 Border Color

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

This div border color is #ada975


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada975


Comments

No comments written yet.

Please login to write comment.