Color Hex Logo

#adc499 Color Hex

#ADC499
(173,196,153)
0 Favorites   0 Comments

Color spaces of #adc499

RGB 173196153
HSL0.260.270.68
HSV92°22°77°
CMYK 0.120.000.22   0.23
XYZ42.723350.664037.6644
Yxy50.66400.32600.3866
Hunter Lab71.1786-17.422218.4516
CIE-Lab76.4750-15.587519.0441

#adc499 color RGB value is (173,196,153).

#adc499 hex color red value is 173, green value is 196 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #adc499 hue: 0.26 , saturation: 0.27 and the lightness value of adc499 is 0.68.

The process color (four color CMYK) of #adc499 color hex is 0.12, 0.00, 0.22, 0.23. Web safe color of #adc499 is #99cc99. Color #adc499 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000100 10011001
Octal 255 304 231
Decimal 173 196 153
Hex AD C4 99

RGB Percentages of Color #adc499

%33.14
%37.55
%29.31

CMYK Percentages of Color #adc499

%12
%0
%22
%23

Triadic Colors of #adc499

#adc499 #99adc4 #c499ad

Analogous Colors of #adc499

#adc499 #99c49b #c3c499

Monochromatic Colors of #adc499

#adc499

Complementary Color

#adc499 #b099c4

#adc499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc499 Color CSS Codes

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

#adc499 Text Font Color

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

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


#adc499 Background Color

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

This div background color is #adc499


#adc499 Border Color

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

This div border color is #adc499


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,196,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 #adc499">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc499


Comments

No comments written yet.

Please login to write comment.