Color Hex Logo

#6fc380 Color Hex

#6FC380
(111,195,128)
0 Favorites   0 Comments

Color spaces of #6fc380

RGB 111195128
HSL0.370.410.60
HSV132°43°76°
CMYK 0.430.000.34   0.24
XYZ29.966943.968227.3294
Yxy43.96820.29590.4342
Hunter Lab66.3085-35.370221.9793
CIE-Lab72.2072-39.896425.9219

#6fc380 color RGB value is (111,195,128).

#6fc380 hex color red value is 111, green value is 195 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #6fc380 hue: 0.37 , saturation: 0.41 and the lightness value of 6fc380 is 0.60.

The process color (four color CMYK) of #6fc380 color hex is 0.43, 0.00, 0.34, 0.24. Web safe color of #6fc380 is #66cc99. Color #6fc380 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11000011 10000000
Octal 157 303 200
Decimal 111 195 128
Hex 6F C3 80

RGB Percentages of Color #6fc380

%25.58
%44.93
%29.49

CMYK Percentages of Color #6fc380

%43
%0
%34
%24

Triadic Colors of #6fc380

#6fc380 #806fc3 #c3806f

Analogous Colors of #6fc380

#6fc380 #6fc3aa #88c36f

Monochromatic Colors of #6fc380

#6fc380

Complementary Color

#6fc380 #c36fb2

#6fc380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fc380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fc380 Color CSS Codes

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

#6fc380 Text Font Color

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

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


#6fc380 Background Color

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

This div background color is #6fc380


#6fc380 Border Color

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

This div border color is #6fc380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fc380


Comments

No comments written yet.

Please login to write comment.