Color Hex Logo

#a0d757 Color Hex

#A0D757
(160,215,87)
0 Favorites   0 Comments

Color spaces of #a0d757

RGB 16021587
HSL0.240.620.59
HSV86°60°84°
CMYK 0.260.000.60   0.16
XYZ40.517956.762617.8376
Yxy56.76260.35200.4931
Hunter Lab75.3410-35.850538.7013
CIE-Lab80.0459-37.686356.1615

#a0d757 color RGB value is (160,215,87).

#a0d757 hex color red value is 160, green value is 215 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #a0d757 hue: 0.24 , saturation: 0.62 and the lightness value of a0d757 is 0.59.

The process color (four color CMYK) of #a0d757 color hex is 0.26, 0.00, 0.60, 0.16. Web safe color of #a0d757 is #99cc66. Color #a0d757 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11010111 01010111
Octal 240 327 127
Decimal 160 215 87
Hex A0 D7 57

RGB Percentages of Color #a0d757

%34.63
%46.54
%18.83

CMYK Percentages of Color #a0d757

%26
%0
%60
%16

Triadic Colors of #a0d757

#a0d757 #57a0d7 #d757a0

Analogous Colors of #a0d757

#a0d757 #60d757 #d7ce57

Monochromatic Colors of #a0d757

#a0d757

Complementary Color

#a0d757 #8e57d7

#a0d757 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0d757 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0d757 Color CSS Codes

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

#a0d757 Text Font Color

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

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


#a0d757 Background Color

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

This div background color is #a0d757


#a0d757 Border Color

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

This div border color is #a0d757


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0d757


Comments

No comments written yet.

Please login to write comment.