Color Hex Logo

#a5cd85 Color Hex

#A5CD85
(165,205,133)
0 Favorites   0 Comments

Color spaces of #a5cd85

RGB 165205133
HSL0.260.420.66
HSV93°35°80°
CMYK 0.200.000.35   0.20
XYZ41.582053.355430.2973
Yxy53.35540.33200.4260
Hunter Lab73.0448-26.214226.5392
CIE-Lab78.0844-25.965731.6441

#a5cd85 color RGB value is (165,205,133).

#a5cd85 hex color red value is 165, green value is 205 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #a5cd85 hue: 0.26 , saturation: 0.42 and the lightness value of a5cd85 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11001101 10000101
Octal 245 315 205
Decimal 165 205 133
Hex A5 CD 85

RGB Percentages of Color #a5cd85

%32.80
%40.76
%26.44

CMYK Percentages of Color #a5cd85

%20
%0
%35
%20

Triadic Colors of #a5cd85

#a5cd85 #85a5cd #cd85a5

Analogous Colors of #a5cd85

#a5cd85 #85cd89 #c9cd85

Monochromatic Colors of #a5cd85

#a5cd85

Complementary Color

#a5cd85 #ad85cd

#a5cd85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5cd85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5cd85 Color CSS Codes

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

#a5cd85 Text Font Color

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

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


#a5cd85 Background Color

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

This div background color is #a5cd85


#a5cd85 Border Color

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

This div border color is #a5cd85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5cd85


Comments

No comments written yet.

Please login to write comment.