Color Hex Logo

#6aff1f Color Hex

#6AFF1F
(106,255,31)
0 Favorites   0 Comments

Color spaces of #6aff1f

RGB 10625531
HSL0.281.000.56
HSV100°88°100°
CMYK 0.580.000.88   0.00
XYZ41.951274.683113.5006
Yxy74.68310.32240.5739
Hunter Lab86.4194-64.583351.2312
CIE-Lab89.2443-72.949081.7253

#6aff1f color RGB value is (106,255,31).

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

The process color (four color CMYK) of #6aff1f color hex is 0.58, 0.00, 0.88, 0.00. Web safe color of #6aff1f is #66ff33. Color #6aff1f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11111111 00011111
Octal 152 377 37
Decimal 106 255 31
Hex 6A FF 1F

RGB Percentages of Color #6aff1f

%27.04
%65.05
%7.91

CMYK Percentages of Color #6aff1f

%58
%0
%88
%0

Triadic Colors of #6aff1f

#6aff1f #1f6aff #ff1f6a

Analogous Colors of #6aff1f

#6aff1f #1fff44 #daff1f

Monochromatic Colors of #6aff1f

#6aff1f

Complementary Color

#6aff1f #b41fff

#6aff1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aff1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aff1f Color CSS Codes

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

#6aff1f Text Font Color

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

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


#6aff1f Background Color

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

This div background color is #6aff1f


#6aff1f Border Color

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

This div border color is #6aff1f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,255,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 #6aff1f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aff1f


Comments

No comments written yet.

Please login to write comment.