Color Hex Logo

#6efddd Color Hex

#6EFDDD
(110,253,221)
0 Favorites   0 Comments

Color spaces of #6efddd

RGB 110253221
HSL0.460.970.71
HSV167°57°99°
CMYK 0.570.000.13   0.01
XYZ54.606878.786080.7358
Yxy78.78600.25500.3679
Hunter Lab88.7615-45.51798.2039
CIE-Lab91.1374-46.13793.6973

#6efddd color RGB value is (110,253,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11111101 11011101
Octal 156 375 335
Decimal 110 253 221
Hex 6E FD DD

RGB Percentages of Color #6efddd

%18.84
%43.32
%37.84

CMYK Percentages of Color #6efddd

%57
%0
%13
%1

Triadic Colors of #6efddd

#6efddd #dd6efd #fddd6e

Analogous Colors of #6efddd

#6efddd #6ed6fd #6efd96

Monochromatic Colors of #6efddd

#6efddd

Complementary Color

#6efddd #fd6e8e

#6efddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6efddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6efddd Color CSS Codes

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

#6efddd Text Font Color

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

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


#6efddd Background Color

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

This div background color is #6efddd


#6efddd Border Color

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

This div border color is #6efddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6efddd

Related Colors


Comments

No comments written yet.

Please login to write comment.