Color Hex Logo

#6fcbac Color Hex

#6FCBAC
(111,203,172)
0 Favorites   0 Comments

Color spaces of #6fcbac

RGB 111203172
HSL0.440.470.62
HSV160°45°80°
CMYK 0.450.000.15   0.20
XYZ35.357949.069946.6376
Yxy49.06990.26980.3744
Hunter Lab70.0499-32.48899.5610
CIE-Lab75.4948-34.77446.9888

#6fcbac color RGB value is (111,203,172).

#6fcbac hex color red value is 111, green value is 203 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #6fcbac hue: 0.44 , saturation: 0.47 and the lightness value of 6fcbac is 0.62.

The process color (four color CMYK) of #6fcbac color hex is 0.45, 0.00, 0.15, 0.20. Web safe color of #6fcbac is #66cc99. Color #6fcbac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11001011 10101100
Octal 157 313 254
Decimal 111 203 172
Hex 6F CB AC

RGB Percentages of Color #6fcbac

%22.84
%41.77
%35.39

CMYK Percentages of Color #6fcbac

%45
%0
%15
%20

Triadic Colors of #6fcbac

#6fcbac #ac6fcb #cbac6f

Analogous Colors of #6fcbac

#6fcbac #6fbccb #6fcb7e

Monochromatic Colors of #6fcbac

#6fcbac

Complementary Color

#6fcbac #cb6f8e

#6fcbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fcbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fcbac Color CSS Codes

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

#6fcbac Text Font Color

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

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


#6fcbac Background Color

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

This div background color is #6fcbac


#6fcbac Border Color

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

This div border color is #6fcbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fcbac


Comments

No comments written yet.

Please login to write comment.