Color Hex Logo

#6fdebf Color Hex

#6FDEBF
(111,222,191)
0 Favorites   0 Comments

Color spaces of #6fdebf

RGB 111222191
HSL0.450.630.65
HSV163°50°87°
CMYK 0.500.000.14   0.13
XYZ42.080859.383658.5345
Yxy59.38360.26300.3712
Hunter Lab77.0608-37.38238.9065
CIE-Lab81.5020-39.18515.4844

#6fdebf color RGB value is (111,222,191).

#6fdebf hex color red value is 111, green value is 222 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #6fdebf hue: 0.45 , saturation: 0.63 and the lightness value of 6fdebf is 0.65.

The process color (four color CMYK) of #6fdebf color hex is 0.50, 0.00, 0.14, 0.13. Web safe color of #6fdebf is #66cccc. Color #6fdebf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011110 10111111
Octal 157 336 277
Decimal 111 222 191
Hex 6F DE BF

RGB Percentages of Color #6fdebf

%21.18
%42.37
%36.45

CMYK Percentages of Color #6fdebf

%50
%0
%14
%13

Triadic Colors of #6fdebf

#6fdebf #bf6fde #debf6f

Analogous Colors of #6fdebf

#6fdebf #6fc6de #6fde88

Monochromatic Colors of #6fdebf

#6fdebf

Complementary Color

#6fdebf #de6f8e

#6fdebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fdebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fdebf Color CSS Codes

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

#6fdebf Text Font Color

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

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


#6fdebf Background Color

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

This div background color is #6fdebf


#6fdebf Border Color

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

This div border color is #6fdebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fdebf


Comments

No comments written yet.

Please login to write comment.