Color Hex Logo

#6fec95 Color Hex

#6FEC95
(111,236,149)
0 Favorites   0 Comments

Color spaces of #6fec95

RGB 111236149
HSL0.380.770.68
HSV138°53°93°
CMYK 0.530.000.37   0.07
XYZ41.975865.540338.8720
Yxy65.54030.28670.4477
Hunter Lab80.9570-49.123328.2014
CIE-Lab84.7614-53.551531.8462

#6fec95 color RGB value is (111,236,149).

#6fec95 hex color red value is 111, green value is 236 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #6fec95 hue: 0.38 , saturation: 0.77 and the lightness value of 6fec95 is 0.68.

The process color (four color CMYK) of #6fec95 color hex is 0.53, 0.00, 0.37, 0.07. Web safe color of #6fec95 is #66ff99. Color #6fec95 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11101100 10010101
Octal 157 354 225
Decimal 111 236 149
Hex 6F EC 95

RGB Percentages of Color #6fec95

%22.38
%47.58
%30.04

CMYK Percentages of Color #6fec95

%53
%0
%37
%7

Triadic Colors of #6fec95

#6fec95 #956fec #ec956f

Analogous Colors of #6fec95

#6fec95 #6fecd4 #88ec6f

Monochromatic Colors of #6fec95

#6fec95

Complementary Color

#6fec95 #ec6fc6

#6fec95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fec95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fec95 Color CSS Codes

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

#6fec95 Text Font Color

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

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


#6fec95 Background Color

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

This div background color is #6fec95


#6fec95 Border Color

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

This div border color is #6fec95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fec95


Comments

No comments written yet.

Please login to write comment.