Color Hex Logo

#6eaded Color Hex

#6EADED
(110,173,237)
0 Favorites   0 Comments

Color spaces of #6eaded

RGB 110173237
HSL0.580.780.68
HSV210°54°93°
CMYK 0.540.270.00   0.07
XYZ36.660039.316685.7774
Yxy39.31660.22660.2431
Hunter Lab62.7030-5.3681-37.2164
CIE-Lab68.9800-2.3322-38.1973

#6eaded color RGB value is (110,173,237).

#6eaded hex color red value is 110, green value is 173 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #6eaded hue: 0.58 , saturation: 0.78 and the lightness value of 6eaded is 0.68.

The process color (four color CMYK) of #6eaded color hex is 0.54, 0.27, 0.00, 0.07. Web safe color of #6eaded is #6699ff. Color #6eaded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10101101 11101101
Octal 156 255 355
Decimal 110 173 237
Hex 6E AD ED

RGB Percentages of Color #6eaded

%21.15
%33.27
%45.58

CMYK Percentages of Color #6eaded

%54
%27
%0
%7

Triadic Colors of #6eaded

#6eaded #ed6ead #aded6e

Analogous Colors of #6eaded

#6eaded #6f6eed #6eeded

Monochromatic Colors of #6eaded

#6eaded

Complementary Color

#6eaded #edae6e

#6eaded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eaded Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eaded Color CSS Codes

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

#6eaded Text Font Color

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

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


#6eaded Background Color

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

This div background color is #6eaded


#6eaded Border Color

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

This div border color is #6eaded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eaded


Comments

No comments written yet.

Please login to write comment.