Color Hex Logo

#6ede22 Color Hex

#6EDE22
(110,222,34)
0 Favorites   0 Comments

Color spaces of #6ede22

RGB 11022234
HSL0.270.740.50
HSV96°85°87°
CMYK 0.500.000.85   0.13
XYZ32.840455.673010.5285
Yxy55.67300.33160.5621
Hunter Lab74.6143-52.011043.8639
CIE-Lab79.4274-60.470672.7321

#6ede22 color RGB value is (110,222,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11011110 00100010
Octal 156 336 42
Decimal 110 222 34
Hex 6E DE 22

RGB Percentages of Color #6ede22

%30.05
%60.66
%9.29

CMYK Percentages of Color #6ede22

%50
%0
%85
%13

Triadic Colors of #6ede22

#6ede22 #226ede #de226e

Analogous Colors of #6ede22

#6ede22 #22de34 #ccde22

Monochromatic Colors of #6ede22

#6ede22

Complementary Color

#6ede22 #9222de

#6ede22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ede22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ede22 Color CSS Codes

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

#6ede22 Text Font Color

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

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


#6ede22 Background Color

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

This div background color is #6ede22


#6ede22 Border Color

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

This div border color is #6ede22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ede22


Comments

No comments written yet.

Please login to write comment.