Color Hex Logo

#6eefdb Color Hex

#6EEFDB
(110,239,219)
0 Favorites   0 Comments

Color spaces of #6eefdb

RGB 110239219
HSL0.470.800.68
HSV171°54°94°
CMYK 0.540.000.08   0.06
XYZ50.083170.162577.9209
Yxy70.16250.25270.3541
Hunter Lab83.7631-39.85773.4794
CIE-Lab87.0765-40.4445-1.1754

#6eefdb color RGB value is (110,239,219).

#6eefdb hex color red value is 110, green value is 239 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6eefdb hue: 0.47 , saturation: 0.80 and the lightness value of 6eefdb is 0.68.

The process color (four color CMYK) of #6eefdb color hex is 0.54, 0.00, 0.08, 0.06. Web safe color of #6eefdb is #66ffcc. Color #6eefdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11101111 11011011
Octal 156 357 333
Decimal 110 239 219
Hex 6E EF DB

RGB Percentages of Color #6eefdb

%19.37
%42.08
%38.56

CMYK Percentages of Color #6eefdb

%54
%0
%8
%6

Triadic Colors of #6eefdb

#6eefdb #db6eef #efdb6e

Analogous Colors of #6eefdb

#6eefdb #6ec3ef #6eef9b

Monochromatic Colors of #6eefdb

#6eefdb

Complementary Color

#6eefdb #ef6e82

#6eefdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eefdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eefdb Color CSS Codes

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

#6eefdb Text Font Color

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

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


#6eefdb Background Color

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

This div background color is #6eefdb


#6eefdb Border Color

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

This div border color is #6eefdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eefdb


Comments

No comments written yet.

Please login to write comment.