Color Hex Logo

#6fccbf Color Hex

#6FCCBF
(111,204,191)
0 Favorites   0 Comments

Color spaces of #6fccbf

RGB 111204191
HSL0.480.480.62
HSV172°46°80°
CMYK 0.460.000.06   0.20
XYZ37.552450.326857.0250
Yxy50.32680.25920.3473
Hunter Lab70.9414-29.65951.9997
CIE-Lab76.2694-30.8225-2.1272

#6fccbf color RGB value is (111,204,191).

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

The process color (four color CMYK) of #6fccbf color hex is 0.46, 0.00, 0.06, 0.20. Web safe color of #6fccbf is #66cccc. Color #6fccbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11001100 10111111
Octal 157 314 277
Decimal 111 204 191
Hex 6F CC BF

RGB Percentages of Color #6fccbf

%21.94
%40.32
%37.75

CMYK Percentages of Color #6fccbf

%46
%0
%6
%20

Triadic Colors of #6fccbf

#6fccbf #bf6fcc #ccbf6f

Analogous Colors of #6fccbf

#6fccbf #6fabcc #6fcc91

Monochromatic Colors of #6fccbf

#6fccbf

Complementary Color

#6fccbf #cc6f7c

#6fccbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fccbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fccbf Color CSS Codes

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

#6fccbf Text Font Color

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

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


#6fccbf Background Color

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

This div background color is #6fccbf


#6fccbf Border Color

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

This div border color is #6fccbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fccbf


Comments

No comments written yet.

Please login to write comment.