Color Hex Logo

#6daf2a Color Hex

#6DAF2A
(109,175,42)
0 Favorites   0 Comments

Color spaces of #6daf2a

RGB 10917542
HSL0.250.610.43
HSV90°76°69°
CMYK 0.380.000.76   0.31
XYZ22.054634.07837.6059
Yxy34.07830.34600.5347
Hunter Lab58.3766-34.722133.1387
CIE-Lab65.0247-41.995457.3294

#6daf2a color RGB value is (109,175,42).

#6daf2a hex color red value is 109, green value is 175 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #6daf2a hue: 0.25 , saturation: 0.61 and the lightness value of 6daf2a is 0.43.

The process color (four color CMYK) of #6daf2a color hex is 0.38, 0.00, 0.76, 0.31. Web safe color of #6daf2a is #669933. Color #6daf2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101111 00101010
Octal 155 257 52
Decimal 109 175 42
Hex 6D AF 2A

RGB Percentages of Color #6daf2a

%33.44
%53.68
%12.88

CMYK Percentages of Color #6daf2a

%38
%0
%76
%31

Triadic Colors of #6daf2a

#6daf2a #2a6daf #af2a6d

Analogous Colors of #6daf2a

#6daf2a #2baf2a #afaf2a

Monochromatic Colors of #6daf2a

#6daf2a

Complementary Color

#6daf2a #6c2aaf

#6daf2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6daf2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6daf2a Color CSS Codes

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

#6daf2a Text Font Color

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

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


#6daf2a Background Color

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

This div background color is #6daf2a


#6daf2a Border Color

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

This div border color is #6daf2a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,175,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6daf2a


Comments

No comments written yet.

Please login to write comment.