Color Hex Logo

#6eaadb Color Hex

#6EAADB
(110,170,219)
0 Favorites   0 Comments

Color spaces of #6eaadb

RGB 110170219
HSL0.570.600.65
HSV207°50°86°
CMYK 0.500.220.00   0.14
XYZ33.591337.178972.4236
Yxy37.17890.23460.2596
Hunter Lab60.9745-8.3684-27.7406
CIE-Lab67.4110-6.0221-30.7714

#6eaadb color RGB value is (110,170,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10101010 11011011
Octal 156 252 333
Decimal 110 170 219
Hex 6E AA DB

RGB Percentages of Color #6eaadb

%22.04
%34.07
%43.89

CMYK Percentages of Color #6eaadb

%50
%22
%0
%14

Triadic Colors of #6eaadb

#6eaadb #db6eaa #aadb6e

Analogous Colors of #6eaadb

#6eaadb #6e74db #6edbd6

Monochromatic Colors of #6eaadb

#6eaadb

Complementary Color

#6eaadb #db9f6e

#6eaadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eaadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eaadb Color CSS Codes

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

#6eaadb Text Font Color

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

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


#6eaadb Background Color

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

This div background color is #6eaadb


#6eaadb Border Color

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

This div border color is #6eaadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eaadb


Comments

No comments written yet.

Please login to write comment.