Color Hex Logo

#6efdde Color Hex

#6EFDDE
(110,253,222)
0 Favorites   0 Comments

Color spaces of #6efdde

RGB 110253222
HSL0.460.970.71
HSV167°57°99°
CMYK 0.570.000.12   0.01
XYZ54.740578.839581.4397
Yxy78.83950.25460.3667
Hunter Lab88.7916-45.33917.7733
CIE-Lab91.1616-45.90343.2146

#6efdde color RGB value is (110,253,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11111101 11011110
Octal 156 375 336
Decimal 110 253 222
Hex 6E FD DE

RGB Percentages of Color #6efdde

%18.80
%43.25
%37.95

CMYK Percentages of Color #6efdde

%57
%0
%12
%1

Triadic Colors of #6efdde

#6efdde #de6efd #fdde6e

Analogous Colors of #6efdde

#6efdde #6ed5fd #6efd97

Monochromatic Colors of #6efdde

#6efdde

Complementary Color

#6efdde #fd6e8d

#6efdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6efdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#6efdde Color CSS Codes

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

#6efdde Text Font Color

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

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


#6efdde Background Color

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

This div background color is #6efdde


#6efdde Border Color

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

This div border color is #6efdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6efdde


Comments

No comments written yet.

Please login to write comment.