Color Hex Logo

#a8eb8f Color Hex

#A8EB8F
(168,235,143)
0 Favorites   0 Comments

Color spaces of #a8eb8f

RGB 168235143
HSL0.290.700.74
HSV104°39°92°
CMYK 0.290.000.39   0.08
XYZ50.814769.724736.7666
Yxy69.72470.32300.4432
Hunter Lab83.5013-37.501232.3448
CIE-Lab86.8617-37.561538.0766

#a8eb8f color RGB value is (168,235,143).

#a8eb8f hex color red value is 168, green value is 235 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #a8eb8f hue: 0.29 , saturation: 0.70 and the lightness value of a8eb8f is 0.74.

The process color (four color CMYK) of #a8eb8f color hex is 0.29, 0.00, 0.39, 0.08. Web safe color of #a8eb8f is #99ff99. Color #a8eb8f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11101011 10001111
Octal 250 353 217
Decimal 168 235 143
Hex A8 EB 8F

RGB Percentages of Color #a8eb8f

%30.77
%43.04
%26.19

CMYK Percentages of Color #a8eb8f

%29
%0
%39
%8

Triadic Colors of #a8eb8f

#a8eb8f #8fa8eb #eb8fa8

Analogous Colors of #a8eb8f

#a8eb8f #8feba4 #d6eb8f

Monochromatic Colors of #a8eb8f

#a8eb8f

Complementary Color

#a8eb8f #d28feb

#a8eb8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8eb8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8eb8f Color CSS Codes

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

#a8eb8f Text Font Color

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

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


#a8eb8f Background Color

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

This div background color is #a8eb8f


#a8eb8f Border Color

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

This div border color is #a8eb8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8eb8f


Comments

No comments written yet.

Please login to write comment.