Color Hex Logo

#8afb68 Color Hex

#8AFB68
(138,251,104)
0 Favorites   0 Comments

Color spaces of #8afb68

RGB 138251104
HSL0.290.950.70
HSV106°59°98°
CMYK 0.450.000.59   0.02
XYZ47.477175.397125.1475
Yxy75.39710.32070.5094
Hunter Lab86.8315-54.356243.6109
CIE-Lab89.5787-58.359459.3236

#8afb68 color RGB value is (138,251,104).

#8afb68 hex color red value is 138, green value is 251 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #8afb68 hue: 0.29 , saturation: 0.95 and the lightness value of 8afb68 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11111011 01101000
Octal 212 373 150
Decimal 138 251 104
Hex 8A FB 68

RGB Percentages of Color #8afb68

%27.99
%50.91
%21.10

CMYK Percentages of Color #8afb68

%45
%0
%59
%2

Triadic Colors of #8afb68

#8afb68 #688afb #fb688a

Analogous Colors of #8afb68

#8afb68 #68fb90 #d4fb68

Monochromatic Colors of #8afb68

#8afb68

Complementary Color

#8afb68 #d968fb

#8afb68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8afb68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8afb68 Color CSS Codes

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

#8afb68 Text Font Color

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

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


#8afb68 Background Color

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

This div background color is #8afb68


#8afb68 Border Color

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

This div border color is #8afb68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8afb68


Comments

No comments written yet.

Please login to write comment.