Color Hex Logo

#6dfdde Color Hex

#6DFDDE
(109,253,222)
0 Favorites   0 Comments

Color spaces of #6dfdde

RGB 109253222
HSL0.460.970.71
HSV167°57°99°
CMYK 0.570.000.12   0.01
XYZ54.616878.775781.4339
Yxy78.77570.25420.3667
Hunter Lab88.7557-45.48057.7300
CIE-Lab91.1327-46.09243.1690

#6dfdde color RGB value is (109,253,222).

#6dfdde hex color red value is 109, green value is 253 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #6dfdde hue: 0.46 , saturation: 0.97 and the lightness value of 6dfdde is 0.71.

The process color (four color CMYK) of #6dfdde color hex is 0.57, 0.00, 0.12, 0.01. Web safe color of #6dfdde is #66ffcc. Color #6dfdde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 11111101 11011110
Octal 155 375 336
Decimal 109 253 222
Hex 6D FD DE

RGB Percentages of Color #6dfdde

%18.66
%43.32
%38.01

CMYK Percentages of Color #6dfdde

%57
%0
%12
%1

Triadic Colors of #6dfdde

#6dfdde #de6dfd #fdde6d

Analogous Colors of #6dfdde

#6dfdde #6dd4fd #6dfd96

Monochromatic Colors of #6dfdde

#6dfdde

Complementary Color

#6dfdde #fd6d8c

#6dfdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dfdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dfdde Color CSS Codes

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

#6dfdde Text Font Color

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

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


#6dfdde Background Color

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

This div background color is #6dfdde


#6dfdde Border Color

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

This div border color is #6dfdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dfdde

Related Colors


Comments

No comments written yet.

Please login to write comment.