Color Hex Logo

#6eda70 Color Hex

#6EDA70
(110,218,112)
0 Favorites   0 Comments

Color spaces of #6eda70

RGB 110218112
HSL0.340.590.64
HSV121°50°85°
CMYK 0.500.000.49   0.15
XYZ34.426454.627724.0590
Yxy54.62770.30440.4829
Hunter Lab73.9106-46.200932.4376
CIE-Lab78.8263-52.320542.5817

#6eda70 color RGB value is (110,218,112).

#6eda70 hex color red value is 110, green value is 218 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #6eda70 hue: 0.34 , saturation: 0.59 and the lightness value of 6eda70 is 0.64.

The process color (four color CMYK) of #6eda70 color hex is 0.50, 0.00, 0.49, 0.15. Web safe color of #6eda70 is #66cc66. Color #6eda70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11011010 01110000
Octal 156 332 160
Decimal 110 218 112
Hex 6E DA 70

RGB Percentages of Color #6eda70

%25.00
%49.55
%25.45

CMYK Percentages of Color #6eda70

%50
%0
%49
%15

Triadic Colors of #6eda70

#6eda70 #706eda #da706e

Analogous Colors of #6eda70

#6eda70 #6edaa6 #a2da6e

Monochromatic Colors of #6eda70

#6eda70

Complementary Color

#6eda70 #da6ed8

#6eda70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eda70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eda70 Color CSS Codes

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

#6eda70 Text Font Color

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

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


#6eda70 Background Color

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

This div background color is #6eda70


#6eda70 Border Color

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

This div border color is #6eda70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eda70


Comments

No comments written yet.

Please login to write comment.