Color Hex Logo

#a5d687 Color Hex

#A5D687
(165,214,135)
0 Favorites   0 Comments

Color spaces of #a5d687

RGB 165214135
HSL0.270.490.68
HSV97°37°84°
CMYK 0.230.000.37   0.16
XYZ43.936857.841731.7705
Yxy57.84170.32900.4331
Hunter Lab76.0537-29.973328.4700
CIE-Lab80.6507-29.993633.9859

#a5d687 color RGB value is (165,214,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11010110 10000111
Octal 245 326 207
Decimal 165 214 135
Hex A5 D6 87

RGB Percentages of Color #a5d687

%32.10
%41.63
%26.26

CMYK Percentages of Color #a5d687

%23
%0
%37
%16

Triadic Colors of #a5d687

#a5d687 #87a5d6 #d687a5

Analogous Colors of #a5d687

#a5d687 #87d691 #cdd687

Monochromatic Colors of #a5d687

#a5d687

Complementary Color

#a5d687 #b887d6

#a5d687 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5d687 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5d687 Color CSS Codes

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

#a5d687 Text Font Color

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

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


#a5d687 Background Color

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

This div background color is #a5d687


#a5d687 Border Color

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

This div border color is #a5d687


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5d687


Comments

No comments written yet.

Please login to write comment.