Color Hex Logo

#a8e720 Color Hex

#A8E720
(168,231,32)
0 Favorites   0 Comments

Color spaces of #a8e720

RGB 16823132
HSL0.220.810.52
HSV79°86°91°
CMYK 0.270.000.86   0.09
XYZ44.985165.580911.6539
Yxy65.58090.36810.5366
Hunter Lab80.9820-42.562748.1552
CIE-Lab84.7822-44.751178.8039

#a8e720 color RGB value is (168,231,32).

#a8e720 hex color red value is 168, green value is 231 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #a8e720 hue: 0.22 , saturation: 0.81 and the lightness value of a8e720 is 0.52.

The process color (four color CMYK) of #a8e720 color hex is 0.27, 0.00, 0.86, 0.09. Web safe color of #a8e720 is #99ff33. Color #a8e720 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11100111 00100000
Octal 250 347 40
Decimal 168 231 32
Hex A8 E7 20

RGB Percentages of Color #a8e720

%38.98
%53.60
%7.42

CMYK Percentages of Color #a8e720

%27
%0
%86
%9

Triadic Colors of #a8e720

#a8e720 #20a8e7 #e720a8

Analogous Colors of #a8e720

#a8e720 #45e720 #e7c320

Monochromatic Colors of #a8e720

#a8e720

Complementary Color

#a8e720 #5f20e7

#a8e720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8e720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8e720 Color CSS Codes

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

#a8e720 Text Font Color

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

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


#a8e720 Background Color

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

This div background color is #a8e720


#a8e720 Border Color

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

This div border color is #a8e720


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8e720


Comments

No comments written yet.

Please login to write comment.