Color Hex Logo

#a5d59d Color Hex

#A5D59D
(165,213,157)
0 Favorites   0 Comments

Color spaces of #a5d59d

RGB 165213157
HSL0.310.400.73
HSV111°26°84°
CMYK 0.230.000.26   0.16
XYZ45.397158.022240.7050
Yxy58.02220.31500.4026
Hunter Lab76.1723-26.919321.6372
CIE-Lab80.7511-26.189922.7360

#a5d59d color RGB value is (165,213,157).

#a5d59d hex color red value is 165, green value is 213 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #a5d59d hue: 0.31 , saturation: 0.40 and the lightness value of a5d59d is 0.73.

The process color (four color CMYK) of #a5d59d color hex is 0.23, 0.00, 0.26, 0.16. Web safe color of #a5d59d is #99cc99. Color #a5d59d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11010101 10011101
Octal 245 325 235
Decimal 165 213 157
Hex A5 D5 9D

RGB Percentages of Color #a5d59d

%30.84
%39.81
%29.35

CMYK Percentages of Color #a5d59d

%23
%0
%26
%16

Triadic Colors of #a5d59d

#a5d59d #9da5d5 #d59da5

Analogous Colors of #a5d59d

#a5d59d #9dd5b1 #c1d59d

Monochromatic Colors of #a5d59d

#a5d59d

Complementary Color

#a5d59d #cd9dd5

#a5d59d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5d59d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5d59d Color CSS Codes

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

#a5d59d Text Font Color

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

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


#a5d59d Background Color

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

This div background color is #a5d59d


#a5d59d Border Color

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

This div border color is #a5d59d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,213,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a5d59d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a5d59d;
  -webkit-box-shadow: 1px 1px 3px 2px #a5d59d;
  box-shadow:         1px 1px 3px 2px #a5d59d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,213,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5d59d


Comments

No comments written yet.

Please login to write comment.