Color Hex Logo

#6eaafd Color Hex

#6EAAFD
(110,170,253)
0 Favorites   0 Comments

Color spaces of #6eaafd

RGB 110170253
HSL0.600.970.71
HSV215°57°99°
CMYK 0.570.330.00   0.01
XYZ38.534839.156398.4554
Yxy39.15630.21880.2223
Hunter Lab62.57500.4172-49.4843
CIE-Lab68.86434.2678-47.0822

#6eaafd color RGB value is (110,170,253).

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

The process color (four color CMYK) of #6eaafd color hex is 0.57, 0.33, 0.00, 0.01. Web safe color of #6eaafd is #6699ff. Color #6eaafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10101010 11111101
Octal 156 252 375
Decimal 110 170 253
Hex 6E AA FD

RGB Percentages of Color #6eaafd

%20.64
%31.89
%47.47

CMYK Percentages of Color #6eaafd

%57
%33
%0
%1

Triadic Colors of #6eaafd

#6eaafd #fd6eaa #aafd6e

Analogous Colors of #6eaafd

#6eaafd #7a6efd #6ef2fd

Monochromatic Colors of #6eaafd

#6eaafd

Complementary Color

#6eaafd #fdc16e

#6eaafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eaafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eaafd Color CSS Codes

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

#6eaafd Text Font Color

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

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


#6eaafd Background Color

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

This div background color is #6eaafd


#6eaafd Border Color

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

This div border color is #6eaafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eaafd


Comments

No comments written yet.

Please login to write comment.