Color Hex Logo

#6af02f Color Hex

#6AF02F
(106,240,47)
0 Favorites   0 Comments

Color spaces of #6af02f

RGB 10624047
HSL0.280.870.56
HSV102°80°94°
CMYK 0.560.000.80   0.06
XYZ37.617065.589613.3668
Yxy65.58960.32270.5626
Hunter Lab80.9874-58.818346.9055
CIE-Lab84.7866-67.324574.3702

#6af02f color RGB value is (106,240,47).

#6af02f hex color red value is 106, green value is 240 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #6af02f hue: 0.28 , saturation: 0.87 and the lightness value of 6af02f is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11110000 00101111
Octal 152 360 57
Decimal 106 240 47
Hex 6A F0 2F

RGB Percentages of Color #6af02f

%26.97
%61.07
%11.96

CMYK Percentages of Color #6af02f

%56
%0
%80
%6

Triadic Colors of #6af02f

#6af02f #2f6af0 #f02f6a

Analogous Colors of #6af02f

#6af02f #2ff055 #cbf02f

Monochromatic Colors of #6af02f

#6af02f

Complementary Color

#6af02f #b52ff0

#6af02f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6af02f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6af02f Color CSS Codes

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

#6af02f Text Font Color

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

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


#6af02f Background Color

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

This div background color is #6af02f


#6af02f Border Color

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

This div border color is #6af02f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6af02f


Comments

No comments written yet.

Please login to write comment.