Color Hex Logo

#adaf99 Color Hex

#ADAF99
(173,175,153)
0 Favorites   0 Comments

Color spaces of #adaf99

RGB 173175153
HSL0.180.120.64
HSV65°13°69°
CMYK 0.010.000.13   0.31
XYZ38.313341.844136.1944
Yxy41.84410.32930.3596
Hunter Lab64.6870-7.479012.1063
CIE-Lab70.7633-4.627811.0470

#adaf99 color RGB value is (173,175,153).

#adaf99 hex color red value is 173, green value is 175 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #adaf99 hue: 0.18 , saturation: 0.12 and the lightness value of adaf99 is 0.64.

The process color (four color CMYK) of #adaf99 color hex is 0.01, 0.00, 0.13, 0.31. Web safe color of #adaf99 is #999999. Color #adaf99 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101111 10011001
Octal 255 257 231
Decimal 173 175 153
Hex AD AF 99

RGB Percentages of Color #adaf99

%34.53
%34.93
%30.54

CMYK Percentages of Color #adaf99

%1
%0
%13
%31

Triadic Colors of #adaf99

#adaf99 #99adaf #af99ad

Analogous Colors of #adaf99

#adaf99 #a2af99 #afa699

Monochromatic Colors of #adaf99

#adaf99

Complementary Color

#adaf99 #9b99af

#adaf99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaf99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaf99 Color CSS Codes

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

#adaf99 Text Font Color

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

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


#adaf99 Background Color

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

This div background color is #adaf99


#adaf99 Border Color

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

This div border color is #adaf99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaf99


Comments

No comments written yet.

Please login to write comment.