Color Hex Logo

#a5d38a Color Hex

#A5D38A
(165,211,138)
0 Favorites   0 Comments

Color spaces of #a5d38a

RGB 165211138
HSL0.270.450.68
HSV98°35°83°
CMYK 0.220.000.35   0.17
XYZ43.398856.422832.6481
Yxy56.42280.32760.4259
Hunter Lab75.1151-28.320626.8107
CIE-Lab79.8538-28.143331.4016

#a5d38a color RGB value is (165,211,138).

#a5d38a hex color red value is 165, green value is 211 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #a5d38a hue: 0.27 , saturation: 0.45 and the lightness value of a5d38a is 0.68.

The process color (four color CMYK) of #a5d38a color hex is 0.22, 0.00, 0.35, 0.17. Web safe color of #a5d38a is #99cc99. Color #a5d38a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11010011 10001010
Octal 245 323 212
Decimal 165 211 138
Hex A5 D3 8A

RGB Percentages of Color #a5d38a

%32.10
%41.05
%26.85

CMYK Percentages of Color #a5d38a

%22
%0
%35
%17

Triadic Colors of #a5d38a

#a5d38a #8aa5d3 #d38aa5

Analogous Colors of #a5d38a

#a5d38a #8ad394 #cad38a

Monochromatic Colors of #a5d38a

#a5d38a

Complementary Color

#a5d38a #b88ad3

#a5d38a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5d38a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5d38a Color CSS Codes

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

#a5d38a Text Font Color

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

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


#a5d38a Background Color

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

This div background color is #a5d38a


#a5d38a Border Color

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

This div border color is #a5d38a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5d38a


Comments

No comments written yet.

Please login to write comment.