Color Hex Logo

#6ea6ed Color Hex

#6EA6ED
(110,166,237)
0 Favorites   0 Comments

Color spaces of #6ea6ed

RGB 110166237
HSL0.590.780.68
HSV214°54°93°
CMYK 0.540.300.00   0.07
XYZ35.352736.701985.3416
Yxy36.70190.22460.2332
Hunter Lab60.5821-1.8549-41.1140
CIE-Lab67.05281.5960-41.2067

#6ea6ed color RGB value is (110,166,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10100110 11101101
Octal 156 246 355
Decimal 110 166 237
Hex 6E A6 ED

RGB Percentages of Color #6ea6ed

%21.44
%32.36
%46.20

CMYK Percentages of Color #6ea6ed

%54
%30
%0
%7

Triadic Colors of #6ea6ed

#6ea6ed #ed6ea6 #a6ed6e

Analogous Colors of #6ea6ed

#6ea6ed #766eed #6ee6ed

Monochromatic Colors of #6ea6ed

#6ea6ed

Complementary Color

#6ea6ed #edb56e

#6ea6ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ea6ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ea6ed Color CSS Codes

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

#6ea6ed Text Font Color

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

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


#6ea6ed Background Color

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

This div background color is #6ea6ed


#6ea6ed Border Color

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

This div border color is #6ea6ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ea6ed


Comments

No comments written yet.

Please login to write comment.