Color Hex Logo

#8af64a Color Hex

#8AF64A
(138,246,74)
0 Favorites   0 Comments

Color spaces of #8af64a

RGB 13824674
HSL0.270.910.63
HSV98°70°96°
CMYK 0.440.000.70   0.04
XYZ44.673071.809217.9846
Yxy71.80920.33220.5340
Hunter Lab84.7403-54.194746.7350
CIE-Lab87.8767-58.992669.3631

#8af64a color RGB value is (138,246,74).

#8af64a hex color red value is 138, green value is 246 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #8af64a hue: 0.27 , saturation: 0.91 and the lightness value of 8af64a is 0.63.

The process color (four color CMYK) of #8af64a color hex is 0.44, 0.00, 0.70, 0.04. Web safe color of #8af64a is #99ff33. Color #8af64a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11110110 01001010
Octal 212 366 112
Decimal 138 246 74
Hex 8A F6 4A

RGB Percentages of Color #8af64a

%30.13
%53.71
%16.16

CMYK Percentages of Color #8af64a

%44
%0
%70
%4

Triadic Colors of #8af64a

#8af64a #4a8af6 #f64a8a

Analogous Colors of #8af64a

#8af64a #4af660 #e0f64a

Monochromatic Colors of #8af64a

#8af64a

Complementary Color

#8af64a #b64af6

#8af64a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8af64a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8af64a Color CSS Codes

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

#8af64a Text Font Color

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

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


#8af64a Background Color

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

This div background color is #8af64a


#8af64a Border Color

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

This div border color is #8af64a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,246,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8af64a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8af64a;
  -webkit-box-shadow: 1px 1px 3px 2px #8af64a;
  box-shadow:         1px 1px 3px 2px #8af64a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,246,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 #8af64a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8af64a


Comments

No comments written yet.

Please login to write comment.