Color Hex Logo

#a5c28d Color Hex

#A5C28D
(165,194,141)
0 Favorites   0 Comments

Color spaces of #a5c28d

RGB 165194141
HSL0.260.300.66
HSV93°27°76°
CMYK 0.150.000.27   0.24
XYZ39.616648.506032.4739
Yxy48.50600.32850.4022
Hunter Lab69.6462-20.345521.1073
CIE-Lab75.1430-19.364223.5179

#a5c28d color RGB value is (165,194,141).

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

The process color (four color CMYK) of #a5c28d color hex is 0.15, 0.00, 0.27, 0.24. Web safe color of #a5c28d is #99cc99. Color #a5c28d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11000010 10001101
Octal 245 302 215
Decimal 165 194 141
Hex A5 C2 8D

RGB Percentages of Color #a5c28d

%33.00
%38.80
%28.20

CMYK Percentages of Color #a5c28d

%15
%0
%27
%24

Triadic Colors of #a5c28d

#a5c28d #8da5c2 #c28da5

Analogous Colors of #a5c28d

#a5c28d #8dc290 #c0c28d

Monochromatic Colors of #a5c28d

#a5c28d

Complementary Color

#a5c28d #aa8dc2

#a5c28d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5c28d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5c28d Color CSS Codes

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

#a5c28d Text Font Color

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

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


#a5c28d Background Color

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

This div background color is #a5c28d


#a5c28d Border Color

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

This div border color is #a5c28d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5c28d


Comments

No comments written yet.

Please login to write comment.