Color Hex Logo

#6dab1f Color Hex

#6DAB1F
(109,171,31)
0 Favorites   0 Comments

Color spaces of #6dab1f

RGB 10917131
HSL0.240.690.40
HSV87°82°67°
CMYK 0.360.000.82   0.33
XYZ21.116932.47606.4518
Yxy32.47600.35170.5409
Hunter Lab56.9877-33.585033.1790
CIE-Lab63.7344-40.851459.5013

#6dab1f color RGB value is (109,171,31).

#6dab1f hex color red value is 109, green value is 171 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #6dab1f hue: 0.24 , saturation: 0.69 and the lightness value of 6dab1f is 0.40.

The process color (four color CMYK) of #6dab1f color hex is 0.36, 0.00, 0.82, 0.33. Web safe color of #6dab1f is #669933. Color #6dab1f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101011 00011111
Octal 155 253 37
Decimal 109 171 31
Hex 6D AB 1F

RGB Percentages of Color #6dab1f

%35.05
%54.98
%9.97

CMYK Percentages of Color #6dab1f

%36
%0
%82
%33

Triadic Colors of #6dab1f

#6dab1f #1f6dab #ab1f6d

Analogous Colors of #6dab1f

#6dab1f #27ab1f #aba31f

Monochromatic Colors of #6dab1f

#6dab1f

Complementary Color

#6dab1f #5d1fab

#6dab1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dab1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dab1f Color CSS Codes

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

#6dab1f Text Font Color

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

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


#6dab1f Background Color

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

This div background color is #6dab1f


#6dab1f Border Color

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

This div border color is #6dab1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dab1f


Comments

No comments written yet.

Please login to write comment.