Color Hex Logo

#6facce Color Hex

#6FACCE
(111,172,206)
0 Favorites   0 Comments

Color spaces of #6facce

RGB 111172206
HSL0.560.490.62
HSV201°46°81°
CMYK 0.460.170.00   0.19
XYZ32.448637.340863.8898
Yxy37.34080.24270.2793
Hunter Lab61.1071-12.1519-19.2150
CIE-Lab67.5319-10.5981-23.4173

#6facce color RGB value is (111,172,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101100 11001110
Octal 157 254 316
Decimal 111 172 206
Hex 6F AC CE

RGB Percentages of Color #6facce

%22.70
%35.17
%42.13

CMYK Percentages of Color #6facce

%46
%17
%0
%19

Triadic Colors of #6facce

#6facce #ce6fac #acce6f

Analogous Colors of #6facce

#6facce #6f7dce #6fcec1

Monochromatic Colors of #6facce

#6facce

Complementary Color

#6facce #ce916f

#6facce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6facce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6facce Color CSS Codes

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

#6facce Text Font Color

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

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


#6facce Background Color

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

This div background color is #6facce


#6facce Border Color

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

This div border color is #6facce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6facce


Comments

No comments written yet.

Please login to write comment.