Color Hex Logo

#8afa80 Color Hex

#8AFA80
(138,250,128)
0 Favorites   0 Comments

Color spaces of #8afa80

RGB 138250128
HSL0.320.920.74
HSV115°49°98°
CMYK 0.450.000.49   0.02
XYZ48.563175.333032.4033
Yxy75.33300.31070.4820
Hunter Lab86.7946-52.016638.6213
CIE-Lab89.5487-55.228348.4524

#8afa80 color RGB value is (138,250,128).

#8afa80 hex color red value is 138, green value is 250 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #8afa80 hue: 0.32 , saturation: 0.92 and the lightness value of 8afa80 is 0.74.

The process color (four color CMYK) of #8afa80 color hex is 0.45, 0.00, 0.49, 0.02. Web safe color of #8afa80 is #99ff99. Color #8afa80 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11111010 10000000
Octal 212 372 200
Decimal 138 250 128
Hex 8A FA 80

RGB Percentages of Color #8afa80

%26.74
%48.45
%24.81

CMYK Percentages of Color #8afa80

%45
%0
%49
%2

Triadic Colors of #8afa80

#8afa80 #808afa #fa808a

Analogous Colors of #8afa80

#8afa80 #80fab3 #c7fa80

Monochromatic Colors of #8afa80

#8afa80

Complementary Color

#8afa80 #f080fa

#8afa80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8afa80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8afa80 Color CSS Codes

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

#8afa80 Text Font Color

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

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


#8afa80 Background Color

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

This div background color is #8afa80


#8afa80 Border Color

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

This div border color is #8afa80


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,250,128, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8afa80


Comments

No comments written yet.

Please login to write comment.