Color Hex Logo

#adaf5a Color Hex

#ADAF5A
(173,175,90)
0 Favorites   0 Comments

Color spaces of #adaf5a

RGB 17317590
HSL0.170.350.52
HSV61°49°69°
CMYK 0.010.000.49   0.31
XYZ34.409040.282415.6346
Yxy40.28240.38090.4460
Hunter Lab63.4684-14.297129.8226
CIE-Lab69.6702-12.914442.9770

#adaf5a color RGB value is (173,175,90).

#adaf5a hex color red value is 173, green value is 175 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #adaf5a hue: 0.17 , saturation: 0.35 and the lightness value of adaf5a is 0.52.

The process color (four color CMYK) of #adaf5a color hex is 0.01, 0.00, 0.49, 0.31. Web safe color of #adaf5a is #999966. Color #adaf5a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101111 01011010
Octal 255 257 132
Decimal 173 175 90
Hex AD AF 5A

RGB Percentages of Color #adaf5a

%39.50
%39.95
%20.55

CMYK Percentages of Color #adaf5a

%1
%0
%49
%31

Triadic Colors of #adaf5a

#adaf5a #5aadaf #af5aad

Analogous Colors of #adaf5a

#adaf5a #83af5a #af875a

Monochromatic Colors of #adaf5a

#adaf5a

Complementary Color

#adaf5a #5c5aaf

#adaf5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaf5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaf5a Color CSS Codes

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

#adaf5a Text Font Color

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

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


#adaf5a Background Color

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

This div background color is #adaf5a


#adaf5a Border Color

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

This div border color is #adaf5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaf5a


Comments

No comments written yet.

Please login to write comment.