color codes Logo

#6af93f color codes

#6AF93F
(106,249,63)
0 Favorites   0 Comments

Color spaces of #6af93f

RGB 10624963
HSL0.290.940.61
HSV106°75°98°
CMYK 0.570.000.75   0.02
XYZ40.716771.174416.2947
Yxy71.17440.31760.5552
Hunter Lab84.3649-61.489947.6039
CIE-Lab87.5697-69.502072.3845

#6af93f color RGB value is (106,249,63).

#6af93f hex color red value is 106, green value is 249 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #6af93f hue: 0.29 , saturation: 0.94 and the lightness value of 6af93f is 0.61.

The process color (four color CMYK) of #6af93f color code is 0.57, 0.00, 0.75, 0.02. Web safe color of #6af93f is #66ff33. Color #6af93f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11111001 00111111
Octal 152 371 77
Decimal 106 249 63
Hex 6A F9 3F

RGB Percentages of Color #6af93f

%25.36
%59.57
%15.07

CMYK Percentages of Color #6af93f

%57
%0
%75
%2

Triadic Colors of #6af93f

#6af93f #3f6af9 #f93f6a

Analogous Colors of #6af93f

#6af93f #3ff971 #c7f93f

Monochromatic Colors of #6af93f

#6af93f

Complementary Color

#6af93f #ce3ff9

#6af93f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6af93f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6af93f Color CSS Codes

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

#6af93f Text Font Color

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

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


#6af93f Background Color

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

This div background color is #6af93f


#6af93f Border Color

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

This div border color is #6af93f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6af93f


Comments

No comments written yet.

Please login to write comment.