Color Hex Logo

#6de2df Color Hex

#6DE2DF
(109,226,223)
0 Favorites   0 Comments

Color spaces of #6de2df

RGB 109226223
HSL0.500.670.66
HSV178°52°89°
CMYK 0.520.000.01   0.11
XYZ46.822362.971679.4990
Yxy62.97160.24740.3327
Hunter Lab79.3546-33.5488-3.8496
CIE-Lab83.4274-33.6778-8.6665

#6de2df color RGB value is (109,226,223).

#6de2df hex color red value is 109, green value is 226 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #6de2df hue: 0.50 , saturation: 0.67 and the lightness value of 6de2df is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11100010 11011111
Octal 155 342 337
Decimal 109 226 223
Hex 6D E2 DF

RGB Percentages of Color #6de2df

%19.53
%40.50
%39.96

CMYK Percentages of Color #6de2df

%52
%0
%1
%11

Triadic Colors of #6de2df

#6de2df #df6de2 #e2df6d

Analogous Colors of #6de2df

#6de2df #6dabe2 #6de2a5

Monochromatic Colors of #6de2df

#6de2df

Complementary Color

#6de2df #e26d70

#6de2df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6de2df Color Preview on White Background

Lorem ipsum dolor sit amet.

#6de2df Color CSS Codes

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

#6de2df Text Font Color

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

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


#6de2df Background Color

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

This div background color is #6de2df


#6de2df Border Color

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

This div border color is #6de2df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,226,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6de2df


Comments

No comments written yet.

Please login to write comment.