Color Hex Logo

#6fd7ce Color Hex

#6FD7CE
(111,215,206)
0 Favorites   0 Comments

Color spaces of #6fd7ce

RGB 111215206
HSL0.490.570.64
HSV175°48°84°
CMYK 0.480.000.04   0.16
XYZ41.996656.436667.0724
Yxy56.43660.25370.3410
Hunter Lab75.1243-31.6810-0.3482
CIE-Lab79.8617-32.3691-4.8945

#6fd7ce color RGB value is (111,215,206).

#6fd7ce hex color red value is 111, green value is 215 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #6fd7ce hue: 0.49 , saturation: 0.57 and the lightness value of 6fd7ce is 0.64.

The process color (four color CMYK) of #6fd7ce color hex is 0.48, 0.00, 0.04, 0.16. Web safe color of #6fd7ce is #66cccc. Color #6fd7ce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11010111 11001110
Octal 157 327 316
Decimal 111 215 206
Hex 6F D7 CE

RGB Percentages of Color #6fd7ce

%20.86
%40.41
%38.72

CMYK Percentages of Color #6fd7ce

%48
%0
%4
%16

Triadic Colors of #6fd7ce

#6fd7ce #ce6fd7 #d7ce6f

Analogous Colors of #6fd7ce

#6fd7ce #6facd7 #6fd79a

Monochromatic Colors of #6fd7ce

#6fd7ce

Complementary Color

#6fd7ce #d76f78

#6fd7ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fd7ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fd7ce Color CSS Codes

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

#6fd7ce Text Font Color

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

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


#6fd7ce Background Color

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

This div background color is #6fd7ce


#6fd7ce Border Color

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

This div border color is #6fd7ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fd7ce


Comments

No comments written yet.

Please login to write comment.