Color Hex Logo

#6fcdcf Color Hex

#6FCDCF
(111,205,207)
0 Favorites   0 Comments

Color spaces of #6fcdcf

RGB 111205207
HSL0.500.500.62
HSV181°46°81°
CMYK 0.460.010.00   0.19
XYZ39.649451.547166.8913
Yxy51.54710.25080.3261
Hunter Lab71.7963-27.0672-4.9820
CIE-Lab77.0092-27.3054-9.6592

#6fcdcf color RGB value is (111,205,207).

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

The process color (four color CMYK) of #6fcdcf color hex is 0.46, 0.01, 0.00, 0.19. Web safe color of #6fcdcf is #66cccc. Color #6fcdcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11001101 11001111
Octal 157 315 317
Decimal 111 205 207
Hex 6F CD CF

RGB Percentages of Color #6fcdcf

%21.22
%39.20
%39.58

CMYK Percentages of Color #6fcdcf

%46
%1
%0
%19

Triadic Colors of #6fcdcf

#6fcdcf #cf6fcd #cdcf6f

Analogous Colors of #6fcdcf

#6fcdcf #6f9dcf #6fcfa1

Monochromatic Colors of #6fcdcf

#6fcdcf

Complementary Color

#6fcdcf #cf716f

#6fcdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fcdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fcdcf Color CSS Codes

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

#6fcdcf Text Font Color

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

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


#6fcdcf Background Color

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

This div background color is #6fcdcf


#6fcdcf Border Color

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

This div border color is #6fcdcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fcdcf


Comments

No comments written yet.

Please login to write comment.