Color Hex Logo

#adc484 Color Hex

#ADC484
(173,196,132)
0 Favorites   0 Comments

Color spaces of #adc484

RGB 173196132
HSL0.230.350.64
HSV82°33°77°
CMYK 0.120.000.33   0.23
XYZ41.138450.030029.3183
Yxy50.03000.34140.4152
Hunter Lab70.7319-19.963424.9367
CIE-Lab76.0877-18.713829.6233

#adc484 color RGB value is (173,196,132).

#adc484 hex color red value is 173, green value is 196 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #adc484 hue: 0.23 , saturation: 0.35 and the lightness value of adc484 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000100 10000100
Octal 255 304 204
Decimal 173 196 132
Hex AD C4 84

RGB Percentages of Color #adc484

%34.53
%39.12
%26.35

CMYK Percentages of Color #adc484

%12
%0
%33
%23

Triadic Colors of #adc484

#adc484 #84adc4 #c484ad

Analogous Colors of #adc484

#adc484 #8dc484 #c4bb84

Monochromatic Colors of #adc484

#adc484

Complementary Color

#adc484 #9b84c4

#adc484 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc484 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc484 Color CSS Codes

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

#adc484 Text Font Color

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

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


#adc484 Background Color

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

This div background color is #adc484


#adc484 Border Color

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

This div border color is #adc484


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc484


Comments

No comments written yet.

Please login to write comment.