Color Hex Logo

#6fcdac Color Hex

#6FCDAC
(111,205,172)
0 Favorites   0 Comments

Color spaces of #6fcdac

RGB 111205172
HSL0.440.480.62
HSV159°46°80°
CMYK 0.460.000.16   0.20
XYZ35.833350.020746.7961
Yxy50.02070.27010.3771
Hunter Lab70.7253-33.331510.2779
CIE-Lab76.0820-35.70087.8305

#6fcdac color RGB value is (111,205,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11001101 10101100
Octal 157 315 254
Decimal 111 205 172
Hex 6F CD AC

RGB Percentages of Color #6fcdac

%22.75
%42.01
%35.25

CMYK Percentages of Color #6fcdac

%46
%0
%16
%20

Triadic Colors of #6fcdac

#6fcdac #ac6fcd #cdac6f

Analogous Colors of #6fcdac

#6fcdac #6fbfcd #6fcd7d

Monochromatic Colors of #6fcdac

#6fcdac

Complementary Color

#6fcdac #cd6f90

#6fcdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fcdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fcdac Color CSS Codes

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

#6fcdac Text Font Color

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

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


#6fcdac Background Color

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

This div background color is #6fcdac


#6fcdac Border Color

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

This div border color is #6fcdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fcdac


Comments

No comments written yet.

Please login to write comment.