Color Hex Logo

#6fd120 Color Hex

#6FD120
(111,209,32)
0 Favorites   0 Comments

Color spaces of #6fd120

RGB 11120932
HSL0.260.730.47
HSV93°85°82°
CMYK 0.470.000.85   0.18
XYZ29.616749.08479.2798
Yxy49.08470.33660.5579
Hunter Lab70.0605-47.148441.1891
CIE-Lab75.5040-55.437469.7506

#6fd120 color RGB value is (111,209,32).

#6fd120 hex color red value is 111, green value is 209 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #6fd120 hue: 0.26 , saturation: 0.73 and the lightness value of 6fd120 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11010001 00100000
Octal 157 321 40
Decimal 111 209 32
Hex 6F D1 20

RGB Percentages of Color #6fd120

%31.53
%59.38
%9.09

CMYK Percentages of Color #6fd120

%47
%0
%85
%18

Triadic Colors of #6fd120

#6fd120 #206fd1 #d1206f

Analogous Colors of #6fd120

#6fd120 #20d12a #c8d120

Monochromatic Colors of #6fd120

#6fd120

Complementary Color

#6fd120 #8220d1

#6fd120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fd120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fd120 Color CSS Codes

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

#6fd120 Text Font Color

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

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


#6fd120 Background Color

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

This div background color is #6fd120


#6fd120 Border Color

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

This div border color is #6fd120


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,209,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 #6fd120">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fd120


Comments

No comments written yet.

Please login to write comment.