Color Hex Logo

#6eafde Color Hex

#6EAFDE
(110,175,222)
0 Favorites   0 Comments

Color spaces of #6eafde

RGB 110175222
HSL0.570.630.65
HSV205°50°87°
CMYK 0.500.210.00   0.13
XYZ34.945239.248974.8412
Yxy39.24890.23450.2634
Hunter Lab62.6489-10.0694-26.9743
CIE-Lab68.9312-7.8875-30.0719

#6eafde color RGB value is (110,175,222).

#6eafde hex color red value is 110, green value is 175 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #6eafde hue: 0.57 , saturation: 0.63 and the lightness value of 6eafde is 0.65.

The process color (four color CMYK) of #6eafde color hex is 0.50, 0.21, 0.00, 0.13. Web safe color of #6eafde is #6699cc. Color #6eafde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10101111 11011110
Octal 156 257 336
Decimal 110 175 222
Hex 6E AF DE

RGB Percentages of Color #6eafde

%21.70
%34.52
%43.79

CMYK Percentages of Color #6eafde

%50
%21
%0
%13

Triadic Colors of #6eafde

#6eafde #de6eaf #afde6e

Analogous Colors of #6eafde

#6eafde #6e77de #6eded5

Monochromatic Colors of #6eafde

#6eafde

Complementary Color

#6eafde #de9d6e

#6eafde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eafde Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eafde Color CSS Codes

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

#6eafde Text Font Color

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

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


#6eafde Background Color

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

This div background color is #6eafde


#6eafde Border Color

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

This div border color is #6eafde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eafde


Comments

No comments written yet.

Please login to write comment.