Color Hex Logo

#6edd40 Color Hex

#6EDD40
(110,221,64)
0 Favorites   0 Comments

Color spaces of #6edd40

RGB 11022164
HSL0.280.700.56
HSV102°71°87°
CMYK 0.500.000.71   0.13
XYZ33.212355.398113.7929
Yxy55.39810.32430.5410
Hunter Lab74.4299-50.601641.1137
CIE-Lab79.2700-58.473063.8136

#6edd40 color RGB value is (110,221,64).

#6edd40 hex color red value is 110, green value is 221 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #6edd40 hue: 0.28 , saturation: 0.70 and the lightness value of 6edd40 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11011101 01000000
Octal 156 335 100
Decimal 110 221 64
Hex 6E DD 40

RGB Percentages of Color #6edd40

%27.85
%55.95
%16.20

CMYK Percentages of Color #6edd40

%50
%0
%71
%13

Triadic Colors of #6edd40

#6edd40 #406edd #dd406e

Analogous Colors of #6edd40

#6edd40 #40dd61 #bddd40

Monochromatic Colors of #6edd40

#6edd40

Complementary Color

#6edd40 #af40dd

#6edd40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6edd40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6edd40 Color CSS Codes

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

#6edd40 Text Font Color

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

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


#6edd40 Background Color

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

This div background color is #6edd40


#6edd40 Border Color

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

This div border color is #6edd40


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,221,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6edd40


Comments

No comments written yet.

Please login to write comment.