Color Hex Logo

#6fddbf Color Hex

#6FDDBF
(111,221,191)
0 Favorites   0 Comments

Color spaces of #6fddbf

RGB 111221191
HSL0.450.620.65
HSV164°50°87°
CMYK 0.500.000.14   0.13
XYZ41.816058.854058.4462
Yxy58.85400.26280.3699
Hunter Lab76.7164-36.95818.5315
CIE-Lab81.2113-38.73315.0650

#6fddbf color RGB value is (111,221,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011101 10111111
Octal 157 335 277
Decimal 111 221 191
Hex 6F DD BF

RGB Percentages of Color #6fddbf

%21.22
%42.26
%36.52

CMYK Percentages of Color #6fddbf

%50
%0
%14
%13

Triadic Colors of #6fddbf

#6fddbf #bf6fdd #ddbf6f

Analogous Colors of #6fddbf

#6fddbf #6fc4dd #6fdd88

Monochromatic Colors of #6fddbf

#6fddbf

Complementary Color

#6fddbf #dd6f8d

#6fddbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fddbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fddbf Color CSS Codes

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

#6fddbf Text Font Color

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

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


#6fddbf Background Color

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

This div background color is #6fddbf


#6fddbf Border Color

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

This div border color is #6fddbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fddbf


Comments

No comments written yet.

Please login to write comment.