Color Hex Logo

#a8f66e Color Hex

#A8F66E
(168,246,110)
0 Favorites   0 Comments

Color spaces of #a8f66e

RGB 168246110
HSL0.260.880.70
HSV94°55°96°
CMYK 0.320.000.55   0.04
XYZ51.918775.362226.5618
Yxy75.36220.33750.4899
Hunter Lab86.8114-45.165742.6269
CIE-Lab89.5624-46.284757.0370

#a8f66e color RGB value is (168,246,110).

#a8f66e hex color red value is 168, green value is 246 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #a8f66e hue: 0.26 , saturation: 0.88 and the lightness value of a8f66e is 0.70.

The process color (four color CMYK) of #a8f66e color hex is 0.32, 0.00, 0.55, 0.04. Web safe color of #a8f66e is #99ff66. Color #a8f66e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11110110 01101110
Octal 250 366 156
Decimal 168 246 110
Hex A8 F6 6E

RGB Percentages of Color #a8f66e

%32.06
%46.95
%20.99

CMYK Percentages of Color #a8f66e

%32
%0
%55
%4

Triadic Colors of #a8f66e

#a8f66e #6ea8f6 #f66ea8

Analogous Colors of #a8f66e

#a8f66e #6ef678 #ecf66e

Monochromatic Colors of #a8f66e

#a8f66e

Complementary Color

#a8f66e #bc6ef6

#a8f66e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8f66e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8f66e Color CSS Codes

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

#a8f66e Text Font Color

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

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


#a8f66e Background Color

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

This div background color is #a8f66e


#a8f66e Border Color

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

This div border color is #a8f66e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8f66e


Comments

No comments written yet.

Please login to write comment.