Color Hex Logo

#6eeffa Color Hex

#6EEFFA
(110,239,250)
0 Favorites   0 Comments

Color spaces of #6eeffa

RGB 110239250
HSL0.510.930.71
HSV185°56°98°
CMYK 0.560.040.00   0.02
XYZ54.552271.9501101.4550
Yxy71.95010.23930.3156
Hunter Lab84.8234-33.6428-11.5388
CIE-Lab87.9446-32.5143-16.1297

#6eeffa color RGB value is (110,239,250).

#6eeffa hex color red value is 110, green value is 239 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #6eeffa hue: 0.51 , saturation: 0.93 and the lightness value of 6eeffa is 0.71.

The process color (four color CMYK) of #6eeffa color hex is 0.56, 0.04, 0.00, 0.02. Web safe color of #6eeffa is #66ffff. Color #6eeffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11101111 11111010
Octal 156 357 372
Decimal 110 239 250
Hex 6E EF FA

RGB Percentages of Color #6eeffa

%18.36
%39.90
%41.74

CMYK Percentages of Color #6eeffa

%56
%4
%0
%2

Triadic Colors of #6eeffa

#6eeffa #fa6eef #effa6e

Analogous Colors of #6eeffa

#6eeffa #6ea9fa #6efabf

Monochromatic Colors of #6eeffa

#6eeffa

Complementary Color

#6eeffa #fa796e

#6eeffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eeffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eeffa Color CSS Codes

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

#6eeffa Text Font Color

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

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


#6eeffa Background Color

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

This div background color is #6eeffa


#6eeffa Border Color

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

This div border color is #6eeffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eeffa


Comments

No comments written yet.

Please login to write comment.