Color Hex Logo

#a8fe9d Color Hex

#A8FE9D
(168,254,157)
0 Favorites   0 Comments

Color spaces of #a8fe9d

RGB 168254157
HSL0.310.980.81
HSV113°38°100°
CMYK 0.340.000.38   0.00
XYZ57.676181.642844.6171
Yxy81.64280.31360.4439
Hunter Lab90.3564-44.184033.9727
CIE-Lab92.4170-44.007238.3743

#a8fe9d color RGB value is (168,254,157).

#a8fe9d hex color red value is 168, green value is 254 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #a8fe9d hue: 0.31 , saturation: 0.98 and the lightness value of a8fe9d is 0.81.

The process color (four color CMYK) of #a8fe9d color hex is 0.34, 0.00, 0.38, 0.00. Web safe color of #a8fe9d is #99ff99. Color #a8fe9d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11111110 10011101
Octal 250 376 235
Decimal 168 254 157
Hex A8 FE 9D

RGB Percentages of Color #a8fe9d

%29.02
%43.87
%27.12

CMYK Percentages of Color #a8fe9d

%34
%0
%38
%0

Triadic Colors of #a8fe9d

#a8fe9d #9da8fe #fe9da8

Analogous Colors of #a8fe9d

#a8fe9d #9dfec3 #d9fe9d

Monochromatic Colors of #a8fe9d

#a8fe9d

Complementary Color

#a8fe9d #f39dfe

#a8fe9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8fe9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8fe9d Color CSS Codes

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

#a8fe9d Text Font Color

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

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


#a8fe9d Background Color

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

This div background color is #a8fe9d


#a8fe9d Border Color

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

This div border color is #a8fe9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8fe9d


Comments

No comments written yet.

Please login to write comment.