Color Hex Logo

#6facaa Color Hex

#6FACAA
(111,172,170)
0 Favorites   0 Comments

Color spaces of #6facaa

RGB 111172170
HSL0.490.270.55
HSV178°35°67°
CMYK 0.350.000.01   0.33
XYZ28.563835.786843.4323
Yxy35.78680.26500.3320
Hunter Lab59.8221-19.4586-1.1706
CIE-Lab66.3567-20.0750-5.2305

#6facaa color RGB value is (111,172,170).

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

The process color (four color CMYK) of #6facaa color hex is 0.35, 0.00, 0.01, 0.33. Web safe color of #6facaa is #669999. Color #6facaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101100 10101010
Octal 157 254 252
Decimal 111 172 170
Hex 6F AC AA

RGB Percentages of Color #6facaa

%24.50
%37.97
%37.53

CMYK Percentages of Color #6facaa

%35
%0
%1
%33

Triadic Colors of #6facaa

#6facaa #aa6fac #acaa6f

Analogous Colors of #6facaa

#6facaa #6f90ac #6fac8c

Monochromatic Colors of #6facaa

#6facaa

Complementary Color

#6facaa #ac6f71

#6facaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6facaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6facaa Color CSS Codes

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

#6facaa Text Font Color

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

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


#6facaa Background Color

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

This div background color is #6facaa


#6facaa Border Color

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

This div border color is #6facaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6facaa


Comments

No comments written yet.

Please login to write comment.