Color Hex Logo

#6eeafa Color Hex

#6EEAFA
(110,234,250)
0 Favorites   0 Comments

Color spaces of #6eeafa

RGB 110234250
HSL0.520.930.71
HSV187°56°98°
CMYK 0.560.060.00   0.02
XYZ53.108569.0628100.9738
Yxy69.06280.23800.3095
Hunter Lab83.1040-31.3598-13.8662
CIE-Lab86.5351-30.1376-18.2504

#6eeafa color RGB value is (110,234,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11101010 11111010
Octal 156 352 372
Decimal 110 234 250
Hex 6E EA FA

RGB Percentages of Color #6eeafa

%18.52
%39.39
%42.09

CMYK Percentages of Color #6eeafa

%56
%6
%0
%2

Triadic Colors of #6eeafa

#6eeafa #fa6eea #eafa6e

Analogous Colors of #6eeafa

#6eeafa #6ea4fa #6efac4

Monochromatic Colors of #6eeafa

#6eeafa

Complementary Color

#6eeafa #fa7e6e

#6eeafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eeafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eeafa Color CSS Codes

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

#6eeafa Text Font Color

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

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


#6eeafa Background Color

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

This div background color is #6eeafa


#6eeafa Border Color

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

This div border color is #6eeafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eeafa


Comments

No comments written yet.

Please login to write comment.