Color Hex Logo

#6fecbf Color Hex

#6FECBF
(111,236,191)
0 Favorites   0 Comments

Color spaces of #6fecbf

RGB 111236191
HSL0.440.770.68
HSV158°53°93°
CMYK 0.530.000.19   0.07
XYZ45.955067.132059.8259
Yxy67.13200.26580.3882
Hunter Lab81.9341-43.268114.0621
CIE-Lab85.5706-45.368811.3119

#6fecbf color RGB value is (111,236,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11101100 10111111
Octal 157 354 277
Decimal 111 236 191
Hex 6F EC BF

RGB Percentages of Color #6fecbf

%20.63
%43.87
%35.50

CMYK Percentages of Color #6fecbf

%53
%0
%19
%7

Triadic Colors of #6fecbf

#6fecbf #bf6fec #ecbf6f

Analogous Colors of #6fecbf

#6fecbf #6fdbec #6fec81

Monochromatic Colors of #6fecbf

#6fecbf

Complementary Color

#6fecbf #ec6f9c

#6fecbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fecbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fecbf Color CSS Codes

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

#6fecbf Text Font Color

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

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


#6fecbf Background Color

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

This div background color is #6fecbf


#6fecbf Border Color

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

This div border color is #6fecbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fecbf


Comments

No comments written yet.

Please login to write comment.