Color Hex Logo

#6ed529 Color Hex

#6ED529
(110,213,41)
0 Favorites   0 Comments

Color spaces of #6ed529

RGB 11021341
HSL0.270.680.50
HSV96°81°84°
CMYK 0.480.000.81   0.16
XYZ30.624951.063610.3400
Yxy51.06360.33280.5549
Hunter Lab71.4588-48.553641.4420
CIE-Lab76.7175-56.864568.6112

#6ed529 color RGB value is (110,213,41).

#6ed529 hex color red value is 110, green value is 213 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #6ed529 hue: 0.27 , saturation: 0.68 and the lightness value of 6ed529 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11010101 00101001
Octal 156 325 51
Decimal 110 213 41
Hex 6E D5 29

RGB Percentages of Color #6ed529

%30.22
%58.52
%11.26

CMYK Percentages of Color #6ed529

%48
%0
%81
%16

Triadic Colors of #6ed529

#6ed529 #296ed5 #d5296e

Analogous Colors of #6ed529

#6ed529 #29d53a #c4d529

Monochromatic Colors of #6ed529

#6ed529

Complementary Color

#6ed529 #9029d5

#6ed529 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ed529 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ed529 Color CSS Codes

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

#6ed529 Text Font Color

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

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


#6ed529 Background Color

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

This div background color is #6ed529


#6ed529 Border Color

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

This div border color is #6ed529


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ed529


Comments

No comments written yet.

Please login to write comment.