Color Hex Logo

#6eefdf Color Hex

#6EEFDF
(110,239,223)
0 Favorites   0 Comments

Color spaces of #6eefdf

RGB 110239223
HSL0.480.800.68
HSV173°54°94°
CMYK 0.540.000.07   0.06
XYZ50.616270.375780.7282
Yxy70.37570.25090.3489
Hunter Lab83.8902-39.10771.6679
CIE-Lab87.1808-39.4662-3.1187

#6eefdf color RGB value is (110,239,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11101111 11011111
Octal 156 357 337
Decimal 110 239 223
Hex 6E EF DF

RGB Percentages of Color #6eefdf

%19.23
%41.78
%38.99

CMYK Percentages of Color #6eefdf

%54
%0
%7
%6

Triadic Colors of #6eefdf

#6eefdf #df6eef #efdf6e

Analogous Colors of #6eefdf

#6eefdf #6ebfef #6eef9f

Monochromatic Colors of #6eefdf

#6eefdf

Complementary Color

#6eefdf #ef6e7e

#6eefdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eefdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eefdf Color CSS Codes

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

#6eefdf Text Font Color

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

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


#6eefdf Background Color

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

This div background color is #6eefdf


#6eefdf Border Color

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

This div border color is #6eefdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eefdf


Comments

No comments written yet.

Please login to write comment.