Color Hex Logo

#6faccb Color Hex

#6FACCB
(111,172,203)
0 Favorites   0 Comments

Color spaces of #6faccb

RGB 111172203
HSL0.560.470.62
HSV200°45°80°
CMYK 0.450.150.00   0.20
XYZ32.087637.196461.9883
Yxy37.19640.24440.2834
Hunter Lab60.9889-12.8176-17.5694
CIE-Lab67.4241-11.4341-21.9254

#6faccb color RGB value is (111,172,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101100 11001011
Octal 157 254 313
Decimal 111 172 203
Hex 6F AC CB

RGB Percentages of Color #6faccb

%22.84
%35.39
%41.77

CMYK Percentages of Color #6faccb

%45
%15
%0
%20

Triadic Colors of #6faccb

#6faccb #cb6fac #accb6f

Analogous Colors of #6faccb

#6faccb #6f7ecb #6fcbbc

Monochromatic Colors of #6faccb

#6faccb

Complementary Color

#6faccb #cb8e6f

#6faccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6faccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6faccb Color CSS Codes

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

#6faccb Text Font Color

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

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


#6faccb Background Color

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

This div background color is #6faccb


#6faccb Border Color

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

This div border color is #6faccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6faccb


Comments

No comments written yet.

Please login to write comment.