Color Hex Logo

#6eaddd Color Hex

#6EADDD
(110,173,221)
0 Favorites   0 Comments

Color spaces of #6eaddd

RGB 110173221
HSL0.570.620.65
HSV206°50°87°
CMYK 0.500.220.00   0.13
XYZ34.425138.422674.0085
Yxy38.42260.23440.2616
Hunter Lab61.9860-9.3420-27.3995
CIE-Lab68.3309-7.0862-30.4497

#6eaddd color RGB value is (110,173,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10101101 11011101
Octal 156 255 335
Decimal 110 173 221
Hex 6E AD DD

RGB Percentages of Color #6eaddd

%21.83
%34.33
%43.85

CMYK Percentages of Color #6eaddd

%50
%22
%0
%13

Triadic Colors of #6eaddd

#6eaddd #dd6ead #addd6e

Analogous Colors of #6eaddd

#6eaddd #6e76dd #6eddd6

Monochromatic Colors of #6eaddd

#6eaddd

Complementary Color

#6eaddd #dd9e6e

#6eaddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eaddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eaddd Color CSS Codes

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

#6eaddd Text Font Color

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

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


#6eaddd Background Color

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

This div background color is #6eaddd


#6eaddd Border Color

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

This div border color is #6eaddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eaddd


Comments

No comments written yet.

Please login to write comment.