Color Hex Logo

#6eadd2 Color Hex

#6EADD2
(110,173,210)
0 Favorites   0 Comments

Color spaces of #6eadd2

RGB 110173210
HSL0.560.530.63
HSV202°48°82°
CMYK 0.480.180.00   0.18
XYZ33.006837.855366.5399
Yxy37.85530.24020.2755
Hunter Lab61.5267-11.9129-21.0523
CIE-Lab67.9138-10.2518-25.0427

#6eadd2 color RGB value is (110,173,210).

#6eadd2 hex color red value is 110, green value is 173 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #6eadd2 hue: 0.56 , saturation: 0.53 and the lightness value of 6eadd2 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10101101 11010010
Octal 156 255 322
Decimal 110 173 210
Hex 6E AD D2

RGB Percentages of Color #6eadd2

%22.31
%35.09
%42.60

CMYK Percentages of Color #6eadd2

%48
%18
%0
%18

Triadic Colors of #6eadd2

#6eadd2 #d26ead #add26e

Analogous Colors of #6eadd2

#6eadd2 #6e7bd2 #6ed2c5

Monochromatic Colors of #6eadd2

#6eadd2

Complementary Color

#6eadd2 #d2936e

#6eadd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eadd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eadd2 Color CSS Codes

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

#6eadd2 Text Font Color

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

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


#6eadd2 Background Color

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

This div background color is #6eadd2


#6eadd2 Border Color

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

This div border color is #6eadd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eadd2


Comments

No comments written yet.

Please login to write comment.