Color Hex Logo

#6cdfce Color Hex

#6CDFCE
(108,223,206)
0 Favorites   0 Comments

Color spaces of #6cdfce

RGB 108223206
HSL0.480.640.65
HSV171°52°87°
CMYK 0.520.000.08   0.13
XYZ43.712660.419767.7508
Yxy60.41970.25430.3515
Hunter Lab77.7301-35.64582.7330
CIE-Lab82.0658-36.7518-1.6661

#6cdfce color RGB value is (108,223,206).

#6cdfce hex color red value is 108, green value is 223 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #6cdfce hue: 0.48 , saturation: 0.64 and the lightness value of 6cdfce is 0.65.

The process color (four color CMYK) of #6cdfce color hex is 0.52, 0.00, 0.08, 0.13. Web safe color of #6cdfce is #66cccc. Color #6cdfce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11011111 11001110
Octal 154 337 316
Decimal 108 223 206
Hex 6C DF CE

RGB Percentages of Color #6cdfce

%20.11
%41.53
%38.36

CMYK Percentages of Color #6cdfce

%52
%0
%8
%13

Triadic Colors of #6cdfce

#6cdfce #ce6cdf #dfce6c

Analogous Colors of #6cdfce

#6cdfce #6cb7df #6cdf95

Monochromatic Colors of #6cdfce

#6cdfce

Complementary Color

#6cdfce #df6c7d

#6cdfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cdfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cdfce Color CSS Codes

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

#6cdfce Text Font Color

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

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


#6cdfce Background Color

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

This div background color is #6cdfce


#6cdfce Border Color

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

This div border color is #6cdfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cdfce


Comments

No comments written yet.

Please login to write comment.