Color Hex Logo

#6af11f Color Hex

#6AF11F
(106,241,31)
0 Favorites   0 Comments

Color spaces of #6af11f

RGB 10624131
HSL0.270.880.53
HSV99°87°95°
CMYK 0.560.000.87   0.05
XYZ37.646566.073712.0656
Yxy66.07370.32510.5707
Hunter Lab81.2857-59.579948.0993
CIE-Lab85.0340-68.294778.1328

#6af11f color RGB value is (106,241,31).

#6af11f hex color red value is 106, green value is 241 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #6af11f hue: 0.27 , saturation: 0.88 and the lightness value of 6af11f is 0.53.

The process color (four color CMYK) of #6af11f color hex is 0.56, 0.00, 0.87, 0.05. Web safe color of #6af11f is #66ff33. Color #6af11f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11110001 00011111
Octal 152 361 37
Decimal 106 241 31
Hex 6A F1 1F

RGB Percentages of Color #6af11f

%28.04
%63.76
%8.20

CMYK Percentages of Color #6af11f

%56
%0
%87
%5

Triadic Colors of #6af11f

#6af11f #1f6af1 #f11f6a

Analogous Colors of #6af11f

#6af11f #1ff13d #d3f11f

Monochromatic Colors of #6af11f

#6af11f

Complementary Color

#6af11f #a61ff1

#6af11f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6af11f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6af11f Color CSS Codes

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

#6af11f Text Font Color

<p style="color:#6af11f">Text here</p>

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


#6af11f Background Color

<div style="background-color:#6af11f">
Div content here</div>

This div background color is #6af11f


#6af11f Border Color

<div style="border:3px solid #6af11f">
Div here</div>

This div border color is #6af11f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,241,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6af11f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6af11f;
  -webkit-box-shadow: 1px 1px 3px 2px #6af11f;
  box-shadow:         1px 1px 3px 2px #6af11f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,241,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6af11f


Comments

No comments written yet.

Please login to write comment.