Color Hex Logo

#a5d089 Color Hex

#A5D089
(165,208,137)
0 Favorites   0 Comments

Color spaces of #a5d089

RGB 165208137
HSL0.270.430.68
HSV96°34°82°
CMYK 0.210.000.34   0.18
XYZ42.588354.917232.0224
Yxy54.91720.32880.4240
Hunter Lab74.1061-27.103026.2542
CIE-Lab78.9936-26.847030.7790

#a5d089 color RGB value is (165,208,137).

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

The process color (four color CMYK) of #a5d089 color hex is 0.21, 0.00, 0.34, 0.18. Web safe color of #a5d089 is #99cc99. Color #a5d089 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11010000 10001001
Octal 245 320 211
Decimal 165 208 137
Hex A5 D0 89

RGB Percentages of Color #a5d089

%32.35
%40.78
%26.86

CMYK Percentages of Color #a5d089

%21
%0
%34
%18

Triadic Colors of #a5d089

#a5d089 #89a5d0 #d089a5

Analogous Colors of #a5d089

#a5d089 #89d091 #c9d089

Monochromatic Colors of #a5d089

#a5d089

Complementary Color

#a5d089 #b489d0

#a5d089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5d089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5d089 Color CSS Codes

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

#a5d089 Text Font Color

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

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


#a5d089 Background Color

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

This div background color is #a5d089


#a5d089 Border Color

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

This div border color is #a5d089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5d089

#a5d089 Color Palettes


Comments

No comments written yet.

Please login to write comment.