Color Hex Logo

#6fcfce Color Hex

#6FCFCE
(111,207,206)
0 Favorites   0 Comments

Color spaces of #6fcfce

RGB 111207206
HSL0.500.500.62
HSV179°46°81°
CMYK 0.460.000.00   0.19
XYZ40.008952.461466.4099
Yxy52.46140.25180.3302
Hunter Lab72.4302-28.1534-3.6607
CIE-Lab77.5559-28.5361-8.3078

#6fcfce color RGB value is (111,207,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11001111 11001110
Octal 157 317 316
Decimal 111 207 206
Hex 6F CF CE

RGB Percentages of Color #6fcfce

%21.18
%39.50
%39.31

CMYK Percentages of Color #6fcfce

%46
%0
%0
%19

Triadic Colors of #6fcfce

#6fcfce #ce6fcf #cfce6f

Analogous Colors of #6fcfce

#6fcfce #6fa0cf #6fcf9e

Monochromatic Colors of #6fcfce

#6fcfce

Complementary Color

#6fcfce #cf6f70

#6fcfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fcfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fcfce Color CSS Codes

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

#6fcfce Text Font Color

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

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


#6fcfce Background Color

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

This div background color is #6fcfce


#6fcfce Border Color

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

This div border color is #6fcfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fcfce

#6fcfce Color Palettes


Comments

No comments written yet.

Please login to write comment.