Color Hex Logo

#6cacaa Color Hex

#6CACAA
(108,172,170)
0 Favorites   0 Comments

Color spaces of #6cacaa

RGB 108172170
HSL0.490.280.55
HSV178°37°67°
CMYK 0.370.000.01   0.33
XYZ28.192635.595543.4149
Yxy35.59550.26300.3320
Hunter Lab59.6620-20.0602-1.3809
CIE-Lab66.2097-20.8984-5.4643

#6cacaa color RGB value is (108,172,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101100 10101010
Octal 154 254 252
Decimal 108 172 170
Hex 6C AC AA

RGB Percentages of Color #6cacaa

%24.00
%38.22
%37.78

CMYK Percentages of Color #6cacaa

%37
%0
%1
%33

Triadic Colors of #6cacaa

#6cacaa #aa6cac #acaa6c

Analogous Colors of #6cacaa

#6cacaa #6c8eac #6cac8a

Monochromatic Colors of #6cacaa

#6cacaa

Complementary Color

#6cacaa #ac6c6e

#6cacaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cacaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cacaa Color CSS Codes

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

#6cacaa Text Font Color

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

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


#6cacaa Background Color

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

This div background color is #6cacaa


#6cacaa Border Color

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

This div border color is #6cacaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,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 #6cacaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cacaa


Comments

No comments written yet.

Please login to write comment.