Color Hex Logo

#8af689 Color Hex

#8AF689
(138,246,137)
0 Favorites   0 Comments

Color spaces of #8af689

RGB 138246137
HSL0.330.860.75
HSV119°44°96°
CMYK 0.440.000.44   0.04
XYZ47.952473.121035.2533
Yxy73.12100.30670.4677
Hunter Lab85.5108-49.545435.4143
CIE-Lab88.5054-52.413742.8482

#8af689 color RGB value is (138,246,137).

#8af689 hex color red value is 138, green value is 246 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #8af689 hue: 0.33 , saturation: 0.86 and the lightness value of 8af689 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11110110 10001001
Octal 212 366 211
Decimal 138 246 137
Hex 8A F6 89

RGB Percentages of Color #8af689

%26.49
%47.22
%26.30

CMYK Percentages of Color #8af689

%44
%0
%44
%4

Triadic Colors of #8af689

#8af689 #898af6 #f6898a

Analogous Colors of #8af689

#8af689 #89f6bf #c1f689

Monochromatic Colors of #8af689

#8af689

Complementary Color

#8af689 #f589f6

#8af689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8af689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8af689 Color CSS Codes

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

#8af689 Text Font Color

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

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


#8af689 Background Color

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

This div background color is #8af689


#8af689 Border Color

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

This div border color is #8af689


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8af689


Comments

No comments written yet.

Please login to write comment.