Color Hex Logo

#8af077 Color Hex

#8AF077
(138,240,119)
0 Favorites   0 Comments

Color spaces of #8af077

RGB 138240119
HSL0.310.800.70
HSV111°50°94°
CMYK 0.430.000.50   0.06
XYZ44.971169.055428.4116
Yxy69.05540.31570.4848
Hunter Lab83.0996-48.825237.8986
CIE-Lab86.5315-52.331648.9752

#8af077 color RGB value is (138,240,119).

#8af077 hex color red value is 138, green value is 240 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #8af077 hue: 0.31 , saturation: 0.80 and the lightness value of 8af077 is 0.70.

The process color (four color CMYK) of #8af077 color hex is 0.43, 0.00, 0.50, 0.06. Web safe color of #8af077 is #99ff66. Color #8af077 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11110000 01110111
Octal 212 360 167
Decimal 138 240 119
Hex 8A F0 77

RGB Percentages of Color #8af077

%27.77
%48.29
%23.94

CMYK Percentages of Color #8af077

%43
%0
%50
%6

Triadic Colors of #8af077

#8af077 #778af0 #f0778a

Analogous Colors of #8af077

#8af077 #77f0a1 #c7f077

Monochromatic Colors of #8af077

#8af077

Complementary Color

#8af077 #dd77f0

#8af077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8af077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8af077 Color CSS Codes

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

#8af077 Text Font Color

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

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


#8af077 Background Color

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

This div background color is #8af077


#8af077 Border Color

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

This div border color is #8af077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8af077


Comments

No comments written yet.

Please login to write comment.