Color Hex Logo

#6eaeda Color Hex

#6EAEDA
(110,174,218)
0 Favorites   0 Comments

Color spaces of #6eaeda

RGB 110174218
HSL0.570.590.64
HSV204°50°85°
CMYK 0.500.200.00   0.15
XYZ34.221338.649171.9860
Yxy38.64910.23620.2668
Hunter Lab62.1684-10.5374-25.1352
CIE-Lab68.4963-8.5038-28.5479

#6eaeda color RGB value is (110,174,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10101110 11011010
Octal 156 256 332
Decimal 110 174 218
Hex 6E AE DA

RGB Percentages of Color #6eaeda

%21.91
%34.66
%43.43

CMYK Percentages of Color #6eaeda

%50
%20
%0
%15

Triadic Colors of #6eaeda

#6eaeda #da6eae #aeda6e

Analogous Colors of #6eaeda

#6eaeda #6e78da #6edad0

Monochromatic Colors of #6eaeda

#6eaeda

Complementary Color

#6eaeda #da9a6e

#6eaeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eaeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eaeda Color CSS Codes

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

#6eaeda Text Font Color

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

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


#6eaeda Background Color

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

This div background color is #6eaeda


#6eaeda Border Color

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

This div border color is #6eaeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eaeda


Comments

No comments written yet.

Please login to write comment.