Color Hex Logo

#6facbb Color Hex

#6FACBB
(111,172,187)
0 Favorites   0 Comments

Color spaces of #6facbb

RGB 111172187
HSL0.530.360.58
HSV192°41°73°
CMYK 0.410.080.00   0.27
XYZ30.277736.472452.4578
Yxy36.47240.25400.3060
Hunter Lab60.3924-16.1958-9.2256
CIE-Lab66.8793-15.7587-13.8928

#6facbb color RGB value is (111,172,187).

#6facbb hex color red value is 111, green value is 172 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #6facbb hue: 0.53 , saturation: 0.36 and the lightness value of 6facbb is 0.58.

The process color (four color CMYK) of #6facbb color hex is 0.41, 0.08, 0.00, 0.27. Web safe color of #6facbb is #6699cc. Color #6facbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101100 10111011
Octal 157 254 273
Decimal 111 172 187
Hex 6F AC BB

RGB Percentages of Color #6facbb

%23.62
%36.60
%39.79

CMYK Percentages of Color #6facbb

%41
%8
%0
%27

Triadic Colors of #6facbb

#6facbb #bb6fac #acbb6f

Analogous Colors of #6facbb

#6facbb #6f86bb #6fbba4

Monochromatic Colors of #6facbb

#6facbb

Complementary Color

#6facbb #bb7e6f

#6facbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6facbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6facbb Color CSS Codes

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

#6facbb Text Font Color

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

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


#6facbb Background Color

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

This div background color is #6facbb


#6facbb Border Color

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

This div border color is #6facbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6facbb


Comments

No comments written yet.

Please login to write comment.