Color Hex Logo

#6faecd Color Hex

#6FAECD
(111,174,205)
0 Favorites   0 Comments

Color spaces of #6faecd

RGB 111174205
HSL0.550.480.62
HSV200°46°80°
CMYK 0.460.150.00   0.20
XYZ32.711038.059463.3797
Yxy38.05940.24380.2837
Hunter Lab61.6923-13.3158-17.7271
CIE-Lab68.0644-11.9537-22.0525

#6faecd color RGB value is (111,174,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101110 11001101
Octal 157 256 315
Decimal 111 174 205
Hex 6F AE CD

RGB Percentages of Color #6faecd

%22.65
%35.51
%41.84

CMYK Percentages of Color #6faecd

%46
%15
%0
%20

Triadic Colors of #6faecd

#6faecd #cd6fae #aecd6f

Analogous Colors of #6faecd

#6faecd #6f7fcd #6fcdbd

Monochromatic Colors of #6faecd

#6faecd

Complementary Color

#6faecd #cd8e6f

#6faecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6faecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6faecd Color CSS Codes

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

#6faecd Text Font Color

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

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


#6faecd Background Color

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

This div background color is #6faecd


#6faecd Border Color

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

This div border color is #6faecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6faecd


Comments

No comments written yet.

Please login to write comment.