color codes Logo

#a8e84a color codes

#A8E84A
(168,232,74)
0 Favorites   0 Comments

Color spaces of #a8e84a

RGB 16823274
HSL0.230.770.60
HSV84°68°91°
CMYK 0.280.000.68   0.09
XYZ46.241166.532516.8835
Yxy66.53250.35660.5131
Hunter Lab81.5675-41.550344.8249
CIE-Lab85.2673-43.249067.1510

#a8e84a color RGB value is (168,232,74).

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

The process color (four color CMYK) of #a8e84a color code is 0.28, 0.00, 0.68, 0.09. Web safe color of #a8e84a is #99ff33. Color #a8e84a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11101000 01001010
Octal 250 350 112
Decimal 168 232 74
Hex A8 E8 4A

RGB Percentages of Color #a8e84a

%35.44
%48.95
%15.61

CMYK Percentages of Color #a8e84a

%28
%0
%68
%9

Triadic Colors of #a8e84a

#a8e84a #4aa8e8 #e84aa8

Analogous Colors of #a8e84a

#a8e84a #59e84a #e8d94a

Monochromatic Colors of #a8e84a

#a8e84a

Complementary Color

#a8e84a #8a4ae8

#a8e84a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8e84a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8e84a Color CSS Codes

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

#a8e84a Text Font Color

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

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


#a8e84a Background Color

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

This div background color is #a8e84a


#a8e84a Border Color

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

This div border color is #a8e84a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8e84a


Comments

No comments written yet.

Please login to write comment.