Color Hex Logo

#a8e74d Color Hex

#A8E74D
(168,231,77)
0 Favorites   0 Comments

Color spaces of #a8e74d

RGB 16823177
HSL0.230.760.60
HSV85°67°91°
CMYK 0.270.000.67   0.09
XYZ46.063966.012517.3350
Yxy66.01250.35590.5101
Hunter Lab81.2481-40.982944.2236
CIE-Lab85.0028-42.611865.7456

#a8e74d color RGB value is (168,231,77).

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

The process color (four color CMYK) of #a8e74d color hex is 0.27, 0.00, 0.67, 0.09. Web safe color of #a8e74d is #99ff66. Color #a8e74d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11100111 01001101
Octal 250 347 115
Decimal 168 231 77
Hex A8 E7 4D

RGB Percentages of Color #a8e74d

%35.29
%48.53
%16.18

CMYK Percentages of Color #a8e74d

%27
%0
%67
%9

Triadic Colors of #a8e74d

#a8e74d #4da8e7 #e74da8

Analogous Colors of #a8e74d

#a8e74d #5be74d #e7d94d

Monochromatic Colors of #a8e74d

#a8e74d

Complementary Color

#a8e74d #8c4de7

#a8e74d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8e74d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8e74d Color CSS Codes

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

#a8e74d Text Font Color

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

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


#a8e74d Background Color

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

This div background color is #a8e74d


#a8e74d Border Color

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

This div border color is #a8e74d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,231,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 #a8e74d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8e74d


Comments

No comments written yet.

Please login to write comment.