Color Hex Logo

#6ddfce Color Hex

#6DDFCE
(109,223,206)
0 Favorites   0 Comments

Color spaces of #6ddfce

RGB 109223206
HSL0.480.640.65
HSV171°51°87°
CMYK 0.510.000.08   0.13
XYZ43.834960.482867.7565
Yxy60.48280.25470.3515
Hunter Lab77.7707-35.48842.7840
CIE-Lab82.0999-36.5393-1.6121

#6ddfce color RGB value is (109,223,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11011111 11001110
Octal 155 337 316
Decimal 109 223 206
Hex 6D DF CE

RGB Percentages of Color #6ddfce

%20.26
%41.45
%38.29

CMYK Percentages of Color #6ddfce

%51
%0
%8
%13

Triadic Colors of #6ddfce

#6ddfce #ce6ddf #dfce6d

Analogous Colors of #6ddfce

#6ddfce #6db7df #6ddf95

Monochromatic Colors of #6ddfce

#6ddfce

Complementary Color

#6ddfce #df6d7e

#6ddfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ddfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ddfce Color CSS Codes

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

#6ddfce Text Font Color

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

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


#6ddfce Background Color

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

This div background color is #6ddfce


#6ddfce Border Color

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

This div border color is #6ddfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ddfce


Comments

No comments written yet.

Please login to write comment.