Color Hex Logo

#6ddd2a Color Hex

#6DDD2A
(109,221,42)
0 Favorites   0 Comments

Color spaces of #6ddd2a

RGB 10922142
HSL0.270.720.52
HSV98°81°87°
CMYK 0.510.000.81   0.13
XYZ32.581055.131311.1147
Yxy55.13130.32970.5579
Hunter Lab74.2505-51.612743.1001
CIE-Lab79.1168-60.058470.5238

#6ddd2a color RGB value is (109,221,42).

#6ddd2a hex color red value is 109, green value is 221 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #6ddd2a hue: 0.27 , saturation: 0.72 and the lightness value of 6ddd2a is 0.52.

The process color (four color CMYK) of #6ddd2a color hex is 0.51, 0.00, 0.81, 0.13. Web safe color of #6ddd2a is #66cc33. Color #6ddd2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 11011101 00101010
Octal 155 335 52
Decimal 109 221 42
Hex 6D DD 2A

RGB Percentages of Color #6ddd2a

%29.30
%59.41
%11.29

CMYK Percentages of Color #6ddd2a

%51
%0
%81
%13

Triadic Colors of #6ddd2a

#6ddd2a #2a6ddd #dd2a6d

Analogous Colors of #6ddd2a

#6ddd2a #2add41 #c7dd2a

Monochromatic Colors of #6ddd2a

#6ddd2a

Complementary Color

#6ddd2a #9a2add

#6ddd2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ddd2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ddd2a Color CSS Codes

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

#6ddd2a Text Font Color

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

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


#6ddd2a Background Color

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

This div background color is #6ddd2a


#6ddd2a Border Color

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

This div border color is #6ddd2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ddd2a


Comments

No comments written yet.

Please login to write comment.