Color Hex Logo

#6fdbbf Color Hex

#6FDBBF
(111,219,191)
0 Favorites   0 Comments

Color spaces of #6fdbbf

RGB 111219191
HSL0.460.600.65
HSV164°49°86°
CMYK 0.490.000.13   0.14
XYZ41.291057.804158.2713
Yxy57.80410.26240.3673
Hunter Lab76.0290-36.10827.7784
CIE-Lab80.6298-37.82474.2246

#6fdbbf color RGB value is (111,219,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011011 10111111
Octal 157 333 277
Decimal 111 219 191
Hex 6F DB BF

RGB Percentages of Color #6fdbbf

%21.31
%42.03
%36.66

CMYK Percentages of Color #6fdbbf

%49
%0
%13
%14

Triadic Colors of #6fdbbf

#6fdbbf #bf6fdb #dbbf6f

Analogous Colors of #6fdbbf

#6fdbbf #6fc1db #6fdb89

Monochromatic Colors of #6fdbbf

#6fdbbf

Complementary Color

#6fdbbf #db6f8b

#6fdbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fdbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fdbbf Color CSS Codes

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

#6fdbbf Text Font Color

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

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


#6fdbbf Background Color

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

This div background color is #6fdbbf


#6fdbbf Border Color

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

This div border color is #6fdbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fdbbf


Comments

No comments written yet.

Please login to write comment.