Color Hex Logo

#6eaad1 Color Hex

#6EAAD1
(110,170,209)
0 Favorites   0 Comments

Color spaces of #6eaad1

RGB 110170209
HSL0.570.520.63
HSV204°47°82°
CMYK 0.470.190.00   0.18
XYZ32.313836.667965.6961
Yxy36.66790.23990.2723
Hunter Lab60.5540-10.7155-21.9369
CIE-Lab67.0271-8.9068-25.8510

#6eaad1 color RGB value is (110,170,209).

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

The process color (four color CMYK) of #6eaad1 color hex is 0.47, 0.19, 0.00, 0.18. Web safe color of #6eaad1 is #6699cc. Color #6eaad1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10101010 11010001
Octal 156 252 321
Decimal 110 170 209
Hex 6E AA D1

RGB Percentages of Color #6eaad1

%22.49
%34.76
%42.74

CMYK Percentages of Color #6eaad1

%47
%19
%0
%18

Triadic Colors of #6eaad1

#6eaad1 #d16eaa #aad16e

Analogous Colors of #6eaad1

#6eaad1 #6e79d1 #6ed1c7

Monochromatic Colors of #6eaad1

#6eaad1

Complementary Color

#6eaad1 #d1956e

#6eaad1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eaad1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eaad1 Color CSS Codes

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

#6eaad1 Text Font Color

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

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


#6eaad1 Background Color

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

This div background color is #6eaad1


#6eaad1 Border Color

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

This div border color is #6eaad1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eaad1


Comments

No comments written yet.

Please login to write comment.