Color Hex Logo

#6fc395 Color Hex

#6FC395
(111,195,149)
0 Favorites   0 Comments

Color spaces of #6fc395

RGB 111195149
HSL0.410.410.60
HSV147°43°76°
CMYK 0.430.000.24   0.24
XYZ31.495544.579635.3785
Yxy44.57960.28260.4000
Hunter Lab66.7680-32.642715.3214
CIE-Lab72.6142-35.960015.2872

#6fc395 color RGB value is (111,195,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11000011 10010101
Octal 157 303 225
Decimal 111 195 149
Hex 6F C3 95

RGB Percentages of Color #6fc395

%24.40
%42.86
%32.75

CMYK Percentages of Color #6fc395

%43
%0
%24
%24

Triadic Colors of #6fc395

#6fc395 #956fc3 #c3956f

Analogous Colors of #6fc395

#6fc395 #6fc3bf #73c36f

Monochromatic Colors of #6fc395

#6fc395

Complementary Color

#6fc395 #c36f9d

#6fc395 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fc395 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fc395 Color CSS Codes

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

#6fc395 Text Font Color

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

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


#6fc395 Background Color

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

This div background color is #6fc395


#6fc395 Border Color

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

This div border color is #6fc395


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fc395


Comments

No comments written yet.

Please login to write comment.