Color Hex Logo

#6fdcac Color Hex

#6FDCAC
(111,220,172)
0 Favorites   0 Comments

Color spaces of #6fdcac

RGB 111220172
HSL0.430.610.65
HSV154°50°86°
CMYK 0.500.000.22   0.14
XYZ39.595157.544548.0500
Yxy57.54450.27270.3963
Hunter Lab75.8581-39.581315.5452
CIE-Lab80.4849-42.457314.0855

#6fdcac color RGB value is (111,220,172).

#6fdcac hex color red value is 111, green value is 220 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #6fdcac hue: 0.43 , saturation: 0.61 and the lightness value of 6fdcac is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11011100 10101100
Octal 157 334 254
Decimal 111 220 172
Hex 6F DC AC

RGB Percentages of Color #6fdcac

%22.07
%43.74
%34.19

CMYK Percentages of Color #6fdcac

%50
%0
%22
%14

Triadic Colors of #6fdcac

#6fdcac #ac6fdc #dcac6f

Analogous Colors of #6fdcac

#6fdcac #6fd6dc #6fdc76

Monochromatic Colors of #6fdcac

#6fdcac

Complementary Color

#6fdcac #dc6f9f

#6fdcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fdcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fdcac Color CSS Codes

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

#6fdcac Text Font Color

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

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


#6fdcac Background Color

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

This div background color is #6fdcac


#6fdcac Border Color

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

This div border color is #6fdcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fdcac


Comments

No comments written yet.

Please login to write comment.