Color Hex Logo

#6eadfd Color Hex

#6EADFD
(110,173,253)
0 Favorites   0 Comments

Color spaces of #6eadfd

RGB 110173253
HSL0.590.970.71
HSV214°57°99°
CMYK 0.570.320.00   0.01
XYZ39.103640.294098.6450
Yxy40.29400.21960.2263
Hunter Lab63.4776-1.1257-47.7032
CIE-Lab69.67842.5707-45.8027

#6eadfd color RGB value is (110,173,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10101101 11111101
Octal 156 255 375
Decimal 110 173 253
Hex 6E AD FD

RGB Percentages of Color #6eadfd

%20.52
%32.28
%47.20

CMYK Percentages of Color #6eadfd

%57
%32
%0
%1

Triadic Colors of #6eadfd

#6eadfd #fd6ead #adfd6e

Analogous Colors of #6eadfd

#6eadfd #776efd #6ef5fd

Monochromatic Colors of #6eadfd

#6eadfd

Complementary Color

#6eadfd #fdbe6e

#6eadfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eadfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eadfd Color CSS Codes

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

#6eadfd Text Font Color

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

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


#6eadfd Background Color

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

This div background color is #6eadfd


#6eadfd Border Color

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

This div border color is #6eadfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eadfd

Related Colors


Comments

No comments written yet.

Please login to write comment.