Color Hex Logo

#6dfedf Color Hex

#6DFEDF
(109,254,223)
0 Favorites   0 Comments

Color spaces of #6dfedf

RGB 109254223
HSL0.460.990.71
HSV167°57°100°
CMYK 0.570.000.12   0.00
XYZ55.067879.462582.2475
Yxy79.46250.25400.3666
Hunter Lab89.1417-45.72877.6947
CIE-Lab91.4431-46.28943.1017

#6dfedf color RGB value is (109,254,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 11111110 11011111
Octal 155 376 337
Decimal 109 254 223
Hex 6D FE DF

RGB Percentages of Color #6dfedf

%18.60
%43.34
%38.05

CMYK Percentages of Color #6dfedf

%57
%0
%12
%0

Triadic Colors of #6dfedf

#6dfedf #df6dfe #fedf6d

Analogous Colors of #6dfedf

#6dfedf #6dd5fe #6dfe97

Monochromatic Colors of #6dfedf

#6dfedf

Complementary Color

#6dfedf #fe6d8c

#6dfedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dfedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dfedf Color CSS Codes

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

#6dfedf Text Font Color

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

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


#6dfedf Background Color

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

This div background color is #6dfedf


#6dfedf Border Color

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

This div border color is #6dfedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dfedf


Comments

No comments written yet.

Please login to write comment.