Color Hex Logo

#6eafcd Color Hex

#6EAFCD
(110,175,205)
0 Favorites   0 Comments

Color spaces of #6eafcd

RGB 110175205
HSL0.550.490.62
HSV199°46°80°
CMYK 0.460.150.00   0.20
XYZ32.779838.382763.4385
Yxy38.38270.24350.2852
Hunter Lab61.9538-13.9746-17.3432
CIE-Lab68.3017-12.7313-21.6949

#6eafcd color RGB value is (110,175,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10101111 11001101
Octal 156 257 315
Decimal 110 175 205
Hex 6E AF CD

RGB Percentages of Color #6eafcd

%22.45
%35.71
%41.84

CMYK Percentages of Color #6eafcd

%46
%15
%0
%20

Triadic Colors of #6eafcd

#6eafcd #cd6eaf #afcd6e

Analogous Colors of #6eafcd

#6eafcd #6e80cd #6ecdbc

Monochromatic Colors of #6eafcd

#6eafcd

Complementary Color

#6eafcd #cd8c6e

#6eafcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6eafcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6eafcd Color CSS Codes

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

#6eafcd Text Font Color

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

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


#6eafcd Background Color

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

This div background color is #6eafcd


#6eafcd Border Color

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

This div border color is #6eafcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6eafcd


Comments

No comments written yet.

Please login to write comment.