Color Hex Logo

#6eadcd Color Hex

#6EADCD
(110,173,205)
0 Favorites   0 Comments

Color spaces of #6eadcd

RGB 110173205
HSL0.560.490.62
HSV200°46°80°
CMYK 0.460.160.00   0.20
XYZ32.393437.609963.3097
Yxy37.60990.24300.2821
Hunter Lab61.3269-13.0369-18.2781
CIE-Lab67.7321-11.6592-22.5639

#6eadcd color RGB value is (110,173,205).

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

The process color (four color CMYK) of #6eadcd color hex is 0.46, 0.16, 0.00, 0.20. Web safe color of #6eadcd is #6699cc. Color #6eadcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10101101 11001101
Octal 156 255 315
Decimal 110 173 205
Hex 6E AD CD

RGB Percentages of Color #6eadcd

%22.54
%35.45
%42.01

CMYK Percentages of Color #6eadcd

%46
%16
%0
%20

Triadic Colors of #6eadcd

#6eadcd #cd6ead #adcd6e

Analogous Colors of #6eadcd

#6eadcd #6e7ecd #6ecdbe

Monochromatic Colors of #6eadcd

#6eadcd

Complementary Color

#6eadcd #cd8e6e

#6eadcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eadcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eadcd Color CSS Codes

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

#6eadcd Text Font Color

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

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


#6eadcd Background Color

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

This div background color is #6eadcd


#6eadcd Border Color

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

This div border color is #6eadcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eadcd


Comments

No comments written yet.

Please login to write comment.