Color Hex Logo

#a0da63 Color Hex

#A0DA63
(160,218,99)
0 Favorites   0 Comments

Color spaces of #a0da63

RGB 16021899
HSL0.250.620.62
HSV89°55°85°
CMYK 0.270.000.55   0.15
XYZ41.820758.517220.8952
Yxy58.51720.34500.4827
Hunter Lab76.4965-36.282937.3524
CIE-Lab81.0255-37.918051.9244

#a0da63 color RGB value is (160,218,99).

#a0da63 hex color red value is 160, green value is 218 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #a0da63 hue: 0.25 , saturation: 0.62 and the lightness value of a0da63 is 0.62.

The process color (four color CMYK) of #a0da63 color hex is 0.27, 0.00, 0.55, 0.15. Web safe color of #a0da63 is #99cc66. Color #a0da63 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11011010 01100011
Octal 240 332 143
Decimal 160 218 99
Hex A0 DA 63

RGB Percentages of Color #a0da63

%33.54
%45.70
%20.75

CMYK Percentages of Color #a0da63

%27
%0
%55
%15

Triadic Colors of #a0da63

#a0da63 #63a0da #da63a0

Analogous Colors of #a0da63

#a0da63 #65da63 #dad963

Monochromatic Colors of #a0da63

#a0da63

Complementary Color

#a0da63 #9d63da

#a0da63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0da63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0da63 Color CSS Codes

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

#a0da63 Text Font Color

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

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


#a0da63 Background Color

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

This div background color is #a0da63


#a0da63 Border Color

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

This div border color is #a0da63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0da63


Comments

No comments written yet.

Please login to write comment.