Color Hex Logo

#a0de1c Color Hex

#A0DE1C
(160,222,28)
0 Favorites   0 Comments

Color spaces of #a0de1c

RGB 16022228
HSL0.220.780.49
HSV79°87°87°
CMYK 0.280.000.87   0.13
XYZ40.828159.800010.4893
Yxy59.80000.36740.5382
Hunter Lab77.3305-41.085846.0891
CIE-Lab81.7294-43.984876.8152

#a0de1c color RGB value is (160,222,28).

#a0de1c hex color red value is 160, green value is 222 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #a0de1c hue: 0.22 , saturation: 0.78 and the lightness value of a0de1c is 0.49.

The process color (four color CMYK) of #a0de1c color hex is 0.28, 0.00, 0.87, 0.13. Web safe color of #a0de1c is #99cc33. Color #a0de1c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11011110 00011100
Octal 240 336 34
Decimal 160 222 28
Hex A0 DE 1C

RGB Percentages of Color #a0de1c

%39.02
%54.15
%6.83

CMYK Percentages of Color #a0de1c

%28
%0
%87
%13

Triadic Colors of #a0de1c

#a0de1c #1ca0de #de1ca0

Analogous Colors of #a0de1c

#a0de1c #3fde1c #debb1c

Monochromatic Colors of #a0de1c

#a0de1c

Complementary Color

#a0de1c #5a1cde

#a0de1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0de1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0de1c Color CSS Codes

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

#a0de1c Text Font Color

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

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


#a0de1c Background Color

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

This div background color is #a0de1c


#a0de1c Border Color

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

This div border color is #a0de1c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,222,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a0de1c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a0de1c;
  -webkit-box-shadow: 1px 1px 3px 2px #a0de1c;
  box-shadow:         1px 1px 3px 2px #a0de1c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,222,28, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0de1c


Comments

No comments written yet.

Please login to write comment.