Color Hex Logo

#a8e54d Color Hex

#A8E54D
(168,229,77)
0 Favorites   0 Comments

Color spaces of #a8e54d

RGB 16822977
HSL0.230.750.60
HSV84°66°90°
CMYK 0.270.000.66   0.10
XYZ45.507364.899317.1495
Yxy64.89930.35680.5088
Hunter Lab80.5601-40.148043.7705
CIE-Lab84.4318-41.739065.1492

#a8e54d color RGB value is (168,229,77).

#a8e54d hex color red value is 168, green value is 229 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #a8e54d hue: 0.23 , saturation: 0.75 and the lightness value of a8e54d is 0.60.

The process color (four color CMYK) of #a8e54d color hex is 0.27, 0.00, 0.66, 0.10. Web safe color of #a8e54d is #99cc66. Color #a8e54d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11100101 01001101
Octal 250 345 115
Decimal 168 229 77
Hex A8 E5 4D

RGB Percentages of Color #a8e54d

%35.44
%48.31
%16.24

CMYK Percentages of Color #a8e54d

%27
%0
%66
%10

Triadic Colors of #a8e54d

#a8e54d #4da8e5 #e54da8

Analogous Colors of #a8e54d

#a8e54d #5ce54d #e5d64d

Monochromatic Colors of #a8e54d

#a8e54d

Complementary Color

#a8e54d #8a4de5

#a8e54d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8e54d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8e54d Color CSS Codes

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

#a8e54d Text Font Color

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

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


#a8e54d Background Color

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

This div background color is #a8e54d


#a8e54d Border Color

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

This div border color is #a8e54d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8e54d


Comments

No comments written yet.

Please login to write comment.