Color Hex Logo

#6eaede Color Hex

#6EAEDE
(110,174,222)
0 Favorites   0 Comments

Color spaces of #6eaede

RGB 110174222
HSL0.570.630.65
HSV206°50°87°
CMYK 0.500.220.00   0.13
XYZ34.751338.861074.7766
Yxy38.86100.23420.2619
Hunter Lab62.3386-9.5858-27.4827
CIE-Lab68.6505-7.3412-30.5051

#6eaede color RGB value is (110,174,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10101110 11011110
Octal 156 256 336
Decimal 110 174 222
Hex 6E AE DE

RGB Percentages of Color #6eaede

%21.74
%34.39
%43.87

CMYK Percentages of Color #6eaede

%50
%22
%0
%13

Triadic Colors of #6eaede

#6eaede #de6eae #aede6e

Analogous Colors of #6eaede

#6eaede #6e76de #6eded6

Monochromatic Colors of #6eaede

#6eaede

Complementary Color

#6eaede #de9e6e

#6eaede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eaede Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eaede Color CSS Codes

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

#6eaede Text Font Color

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

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


#6eaede Background Color

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

This div background color is #6eaede


#6eaede Border Color

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

This div border color is #6eaede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eaede

#6eaede Color Palettes


Comments

No comments written yet.

Please login to write comment.