Color Hex Logo

#a0da7c Color Hex

#A0DA7C
(160,218,124)
0 Favorites   0 Comments

Color spaces of #a0da7c

RGB 160218124
HSL0.270.560.67
HSV97°43°85°
CMYK 0.270.000.43   0.15
XYZ43.206759.071628.1935
Yxy59.07160.33120.4528
Hunter Lab76.8581-34.155632.0515
CIE-Lab81.3309-35.079040.3366

#a0da7c color RGB value is (160,218,124).

#a0da7c hex color red value is 160, green value is 218 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #a0da7c hue: 0.27 , saturation: 0.56 and the lightness value of a0da7c is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11011010 01111100
Octal 240 332 174
Decimal 160 218 124
Hex A0 DA 7C

RGB Percentages of Color #a0da7c

%31.87
%43.43
%24.70

CMYK Percentages of Color #a0da7c

%27
%0
%43
%15

Triadic Colors of #a0da7c

#a0da7c #7ca0da #da7ca0

Analogous Colors of #a0da7c

#a0da7c #7cda87 #cfda7c

Monochromatic Colors of #a0da7c

#a0da7c

Complementary Color

#a0da7c #b67cda

#a0da7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0da7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0da7c Color CSS Codes

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

#a0da7c Text Font Color

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

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


#a0da7c Background Color

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

This div background color is #a0da7c


#a0da7c Border Color

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

This div border color is #a0da7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0da7c


Comments

No comments written yet.

Please login to write comment.