Color Hex Logo

#6eadde Color Hex

#6EADDE
(110,173,222)
0 Favorites   0 Comments

Color spaces of #6eadde

RGB 110173222
HSL0.570.630.65
HSV206°50°87°
CMYK 0.500.220.00   0.13
XYZ34.558838.476174.7124
Yxy38.47610.23390.2604
Hunter Lab62.0291-9.1017-27.9928
CIE-Lab68.3701-6.7940-30.9380

#6eadde color RGB value is (110,173,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10101101 11011110
Octal 156 255 336
Decimal 110 173 222
Hex 6E AD DE

RGB Percentages of Color #6eadde

%21.78
%34.26
%43.96

CMYK Percentages of Color #6eadde

%50
%22
%0
%13

Triadic Colors of #6eadde

#6eadde #de6ead #adde6e

Analogous Colors of #6eadde

#6eadde #6e75de #6eded7

Monochromatic Colors of #6eadde

#6eadde

Complementary Color

#6eadde #de9f6e

#6eadde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eadde Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eadde Color CSS Codes

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

#6eadde Text Font Color

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

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


#6eadde Background Color

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

This div background color is #6eadde


#6eadde Border Color

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

This div border color is #6eadde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eadde


Comments

No comments written yet.

Please login to write comment.