Color Hex Logo

#6fd160 Color Hex

#6FD160
(111,209,96)
0 Favorites   0 Comments

Color spaces of #6fd160

RGB 11120996
HSL0.310.550.60
HSV112°54°82°
CMYK 0.470.000.54   0.18
XYZ31.467349.825019.0250
Yxy49.82500.31370.4967
Hunter Lab70.5868-43.952433.4306
CIE-Lab75.9617-50.492246.7436

#6fd160 color RGB value is (111,209,96).

#6fd160 hex color red value is 111, green value is 209 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #6fd160 hue: 0.31 , saturation: 0.55 and the lightness value of 6fd160 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11010001 01100000
Octal 157 321 140
Decimal 111 209 96
Hex 6F D1 60

RGB Percentages of Color #6fd160

%26.68
%50.24
%23.08

CMYK Percentages of Color #6fd160

%47
%0
%54
%18

Triadic Colors of #6fd160

#6fd160 #606fd1 #d1606f

Analogous Colors of #6fd160

#6fd160 #60d18a #a8d160

Monochromatic Colors of #6fd160

#6fd160

Complementary Color

#6fd160 #c260d1

#6fd160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fd160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fd160 Color CSS Codes

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

#6fd160 Text Font Color

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

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


#6fd160 Background Color

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

This div background color is #6fd160


#6fd160 Border Color

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

This div border color is #6fd160


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fd160


Comments

No comments written yet.

Please login to write comment.