Color Hex Logo

#6edd65 Color Hex

#6EDD65
(110,221,101)
0 Favorites   0 Comments

Color spaces of #6edd65

RGB 110221101
HSL0.320.640.63
HSV116°54°87°
CMYK 0.500.000.54   0.13
XYZ34.635855.967521.2892
Yxy55.96750.30950.5002
Hunter Lab74.8114-48.279035.4958
CIE-Lab79.5953-54.913948.7380

#6edd65 color RGB value is (110,221,101).

#6edd65 hex color red value is 110, green value is 221 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #6edd65 hue: 0.32 , saturation: 0.64 and the lightness value of 6edd65 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11011101 01100101
Octal 156 335 145
Decimal 110 221 101
Hex 6E DD 65

RGB Percentages of Color #6edd65

%25.46
%51.16
%23.38

CMYK Percentages of Color #6edd65

%50
%0
%54
%13

Triadic Colors of #6edd65

#6edd65 #656edd #dd656e

Analogous Colors of #6edd65

#6edd65 #65dd98 #aadd65

Monochromatic Colors of #6edd65

#6edd65

Complementary Color

#6edd65 #d465dd

#6edd65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6edd65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6edd65 Color CSS Codes

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

#6edd65 Text Font Color

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

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


#6edd65 Background Color

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

This div background color is #6edd65


#6edd65 Border Color

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

This div border color is #6edd65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6edd65


Comments

No comments written yet.

Please login to write comment.