Color Hex Logo

#6ed010 Color Hex

#6ED010
(110,208,16)
0 Favorites   0 Comments

Color spaces of #6ed010

RGB 11020816
HSL0.250.860.44
HSV91°92°82°
CMYK 0.470.000.92   0.18
XYZ29.079848.46428.3121
Yxy48.46420.33870.5645
Hunter Lab69.6162-47.266141.6522
CIE-Lab75.1168-55.829272.2554

#6ed010 color RGB value is (110,208,16).

#6ed010 hex color red value is 110, green value is 208 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #6ed010 hue: 0.25 , saturation: 0.86 and the lightness value of 6ed010 is 0.44.

The process color (four color CMYK) of #6ed010 color hex is 0.47, 0.00, 0.92, 0.18. Web safe color of #6ed010 is #66cc00. Color #6ed010 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11010000 00010000
Octal 156 320 20
Decimal 110 208 16
Hex 6E D0 10

RGB Percentages of Color #6ed010

%32.93
%62.28
%4.79

CMYK Percentages of Color #6ed010

%47
%0
%92
%18

Triadic Colors of #6ed010

#6ed010 #106ed0 #d0106e

Analogous Colors of #6ed010

#6ed010 #10d012 #ced010

Monochromatic Colors of #6ed010

#6ed010

Complementary Color

#6ed010 #7210d0

#6ed010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ed010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ed010 Color CSS Codes

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

#6ed010 Text Font Color

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

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


#6ed010 Background Color

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

This div background color is #6ed010


#6ed010 Border Color

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

This div border color is #6ed010


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ed010


Comments

No comments written yet.

Please login to write comment.