Color Hex Logo

#6eaedf Color Hex

#6EAEDF
(110,174,223)
0 Favorites   0 Comments

Color spaces of #6eaedf

RGB 110174223
HSL0.570.640.65
HSV206°51°87°
CMYK 0.510.220.00   0.13
XYZ34.885738.914875.4847
Yxy38.91480.23370.2607
Hunter Lab62.3817-9.3456-28.0764
CIE-Lab68.6895-7.0492-30.9930

#6eaedf color RGB value is (110,174,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10101110 11011111
Octal 156 256 337
Decimal 110 174 223
Hex 6E AE DF

RGB Percentages of Color #6eaedf

%21.70
%34.32
%43.98

CMYK Percentages of Color #6eaedf

%51
%22
%0
%13

Triadic Colors of #6eaedf

#6eaedf #df6eae #aedf6e

Analogous Colors of #6eaedf

#6eaedf #6e76df #6edfd8

Monochromatic Colors of #6eaedf

#6eaedf

Complementary Color

#6eaedf #df9f6e

#6eaedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eaedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eaedf Color CSS Codes

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

#6eaedf Text Font Color

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

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


#6eaedf Background Color

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

This div background color is #6eaedf


#6eaedf Border Color

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

This div border color is #6eaedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eaedf


Comments

No comments written yet.

Please login to write comment.