Color Hex Logo

#6faecf Color Hex

#6FAECF
(111,174,207)
0 Favorites   0 Comments

Color spaces of #6faecf

RGB 111174207
HSL0.560.500.62
HSV201°46°81°
CMYK 0.460.160.00   0.19
XYZ32.954138.156664.6596
Yxy38.15660.24270.2810
Hunter Lab61.7710-12.8717-18.8228
CIE-Lab68.1359-11.3960-23.0459

#6faecf color RGB value is (111,174,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101110 11001111
Octal 157 256 317
Decimal 111 174 207
Hex 6F AE CF

RGB Percentages of Color #6faecf

%22.56
%35.37
%42.07

CMYK Percentages of Color #6faecf

%46
%16
%0
%19

Triadic Colors of #6faecf

#6faecf #cf6fae #aecf6f

Analogous Colors of #6faecf

#6faecf #6f7ecf #6fcfc0

Monochromatic Colors of #6faecf

#6faecf

Complementary Color

#6faecf #cf906f

#6faecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6faecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6faecf Color CSS Codes

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

#6faecf Text Font Color

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

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


#6faecf Background Color

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

This div background color is #6faecf


#6faecf Border Color

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

This div border color is #6faecf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,174,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6faecf


Comments

No comments written yet.

Please login to write comment.