Color Hex Logo

#adc480 Color Hex

#ADC480
(173,196,128)
0 Favorites   0 Comments

Color spaces of #adc480

RGB 173196128
HSL0.220.370.64
HSV80°35°77°
CMYK 0.120.000.35   0.23
XYZ40.869849.922627.9040
Yxy49.92260.34430.4206
Hunter Lab70.6559-20.397426.0439
CIE-Lab76.0217-19.254531.6206

#adc480 color RGB value is (173,196,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000100 10000000
Octal 255 304 200
Decimal 173 196 128
Hex AD C4 80

RGB Percentages of Color #adc480

%34.81
%39.44
%25.75

CMYK Percentages of Color #adc480

%12
%0
%35
%23

Triadic Colors of #adc480

#adc480 #80adc4 #c480ad

Analogous Colors of #adc480

#adc480 #8bc480 #c4b980

Monochromatic Colors of #adc480

#adc480

Complementary Color

#adc480 #9780c4

#adc480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc480 Color CSS Codes

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

#adc480 Text Font Color

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

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


#adc480 Background Color

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

This div background color is #adc480


#adc480 Border Color

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

This div border color is #adc480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc480


Comments

No comments written yet.

Please login to write comment.