Color Hex Logo

#6faca9 Color Hex

#6FACA9
(111,172,169)
0 Favorites   0 Comments

Color spaces of #6faca9

RGB 111172169
HSL0.490.270.55
HSV177°35°67°
CMYK 0.350.000.02   0.33
XYZ28.469535.749142.9359
Yxy35.74910.26570.3336
Hunter Lab59.7906-19.6400-0.7231
CIE-Lab66.3278-20.3192-4.7173

#6faca9 color RGB value is (111,172,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10101100 10101001
Octal 157 254 251
Decimal 111 172 169
Hex 6F AC A9

RGB Percentages of Color #6faca9

%24.56
%38.05
%37.39

CMYK Percentages of Color #6faca9

%35
%0
%2
%33

Triadic Colors of #6faca9

#6faca9 #a96fac #aca96f

Analogous Colors of #6faca9

#6faca9 #6f91ac #6fac8b

Monochromatic Colors of #6faca9

#6faca9

Complementary Color

#6faca9 #ac6f72

#6faca9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6faca9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6faca9 Color CSS Codes

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

#6faca9 Text Font Color

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

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


#6faca9 Background Color

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

This div background color is #6faca9


#6faca9 Border Color

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

This div border color is #6faca9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6faca9


Comments

No comments written yet.

Please login to write comment.