Color Hex Logo

#a8c28e Color Hex

#A8C28E
(168,194,142)
0 Favorites   0 Comments

Color spaces of #a8c28e

RGB 168194142
HSL0.250.300.66
HSV90°27°76°
CMYK 0.130.000.27   0.24
XYZ40.322748.861432.8971
Yxy48.86140.33030.4002
Hunter Lab69.9009-19.358021.0273
CIE-Lab75.3650-18.115423.3228

#a8c28e color RGB value is (168,194,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11000010 10001110
Octal 250 302 216
Decimal 168 194 142
Hex A8 C2 8E

RGB Percentages of Color #a8c28e

%33.33
%38.49
%28.17

CMYK Percentages of Color #a8c28e

%13
%0
%27
%24

Triadic Colors of #a8c28e

#a8c28e #8ea8c2 #c28ea8

Analogous Colors of #a8c28e

#a8c28e #8ec28e #c2c28e

Monochromatic Colors of #a8c28e

#a8c28e

Complementary Color

#a8c28e #a88ec2

#a8c28e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8c28e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8c28e Color CSS Codes

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

#a8c28e Text Font Color

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

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


#a8c28e Background Color

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

This div background color is #a8c28e


#a8c28e Border Color

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

This div border color is #a8c28e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8c28e


Comments

No comments written yet.

Please login to write comment.