Color Hex Logo

#6dcfce Color Hex

#6DCFCE
(109,207,206)
0 Favorites   0 Comments

Color spaces of #6dcfce

RGB 109207206
HSL0.500.510.62
HSV179°47°81°
CMYK 0.470.000.00   0.19
XYZ39.760152.333166.3982
Yxy52.33310.25090.3302
Hunter Lab72.3416-28.4914-3.7797
CIE-Lab77.4796-28.9855-8.4294

#6dcfce color RGB value is (109,207,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11001111 11001110
Octal 155 317 316
Decimal 109 207 206
Hex 6D CF CE

RGB Percentages of Color #6dcfce

%20.88
%39.66
%39.46

CMYK Percentages of Color #6dcfce

%47
%0
%0
%19

Triadic Colors of #6dcfce

#6dcfce #ce6dcf #cfce6d

Analogous Colors of #6dcfce

#6dcfce #6d9fcf #6dcf9d

Monochromatic Colors of #6dcfce

#6dcfce

Complementary Color

#6dcfce #cf6d6e

#6dcfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dcfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dcfce Color CSS Codes

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

#6dcfce Text Font Color

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

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


#6dcfce Background Color

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

This div background color is #6dcfce


#6dcfce Border Color

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

This div border color is #6dcfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dcfce


Comments

No comments written yet.

Please login to write comment.