Color Hex Logo

#6ec421 Color Hex

#6EC421
(110,196,33)
0 Favorites   0 Comments

Color spaces of #6ec421

RGB 11019633
HSL0.250.710.45
HSV92°83°77°
CMYK 0.440.000.83   0.23
XYZ26.444842.90478.3265
Yxy42.90470.34050.5524
Hunter Lab65.5017-42.562738.3143
CIE-Lab71.4902-50.697765.9538

#6ec421 color RGB value is (110,196,33).

#6ec421 hex color red value is 110, green value is 196 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #6ec421 hue: 0.25 , saturation: 0.71 and the lightness value of 6ec421 is 0.45.

The process color (four color CMYK) of #6ec421 color hex is 0.44, 0.00, 0.83, 0.23. Web safe color of #6ec421 is #66cc33. Color #6ec421 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11000100 00100001
Octal 156 304 41
Decimal 110 196 33
Hex 6E C4 21

RGB Percentages of Color #6ec421

%32.45
%57.82
%9.73

CMYK Percentages of Color #6ec421

%44
%0
%83
%23

Triadic Colors of #6ec421

#6ec421 #216ec4 #c4216e

Analogous Colors of #6ec421

#6ec421 #21c426 #c0c421

Monochromatic Colors of #6ec421

#6ec421

Complementary Color

#6ec421 #7721c4

#6ec421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ec421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ec421 Color CSS Codes

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

#6ec421 Text Font Color

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

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


#6ec421 Background Color

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

This div background color is #6ec421


#6ec421 Border Color

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

This div border color is #6ec421


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ec421


Comments

No comments written yet.

Please login to write comment.