Color Hex Logo

#6fe120 Color Hex

#6FE120
(111,225,32)
0 Favorites   0 Comments

Color spaces of #6fe120

RGB 11122532
HSL0.270.760.50
HSV95°86°88°
CMYK 0.510.000.86   0.12
XYZ33.741557.334210.6548
Yxy57.33420.33170.5636
Hunter Lab75.7194-52.967044.6606
CIE-Lab80.3672-61.341673.9870

#6fe120 color RGB value is (111,225,32).

#6fe120 hex color red value is 111, green value is 225 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #6fe120 hue: 0.27 , saturation: 0.76 and the lightness value of 6fe120 is 0.50.

The process color (four color CMYK) of #6fe120 color hex is 0.51, 0.00, 0.86, 0.12. Web safe color of #6fe120 is #66cc33. Color #6fe120 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11100001 00100000
Octal 157 341 40
Decimal 111 225 32
Hex 6F E1 20

RGB Percentages of Color #6fe120

%30.16
%61.14
%8.70

CMYK Percentages of Color #6fe120

%51
%0
%86
%12

Triadic Colors of #6fe120

#6fe120 #206fe1 #e1206f

Analogous Colors of #6fe120

#6fe120 #20e132 #d0e120

Monochromatic Colors of #6fe120

#6fe120

Complementary Color

#6fe120 #9220e1

#6fe120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fe120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fe120 Color CSS Codes

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

#6fe120 Text Font Color

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

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


#6fe120 Background Color

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

This div background color is #6fe120


#6fe120 Border Color

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

This div border color is #6fe120


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(111,225,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6fe120; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6fe120;
  -webkit-box-shadow: 1px 1px 3px 2px #6fe120;
  box-shadow:         1px 1px 3px 2px #6fe120; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,225,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fe120


Comments

No comments written yet.

Please login to write comment.