Color Hex Logo

#76acac Color Hex

#76ACAC
(118,172,172)
0 Favorites   0 Comments

Color spaces of #76acac

RGB 118172172
HSL0.500.250.57
HSV180°31°67°
CMYK 0.310.000.00   0.33
XYZ29.670136.335244.4793
Yxy36.33520.26850.3289
Hunter Lab60.2787-17.6272-1.5547
CIE-Lab66.7753-17.6099-5.6825

#76acac color RGB value is (118,172,172).

#76acac hex color red value is 118, green value is 172 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #76acac hue: 0.50 , saturation: 0.25 and the lightness value of 76acac is 0.57.

The process color (four color CMYK) of #76acac color hex is 0.31, 0.00, 0.00, 0.33. Web safe color of #76acac is #669999. Color #76acac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101100 10101100
Octal 166 254 254
Decimal 118 172 172
Hex 76 AC AC

RGB Percentages of Color #76acac

%25.54
%37.23
%37.23

CMYK Percentages of Color #76acac

%31
%0
%0
%33

Triadic Colors of #76acac

#76acac #ac76ac #acac76

Analogous Colors of #76acac

#76acac #7691ac #76ac91

Monochromatic Colors of #76acac

#76acac

Complementary Color

#76acac #ac7676

#76acac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76acac Color Preview on White Background

Lorem ipsum dolor sit amet.

#76acac Color CSS Codes

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

#76acac Text Font Color

<p style="color:#76acac">Text here</p>

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


#76acac Background Color

<div style="background-color:#76acac">
Div content here</div>

This div background color is #76acac


#76acac Border Color

<div style="border:3px solid #76acac">
Div here</div>

This div border color is #76acac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,172,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76acac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76acac;
  -webkit-box-shadow: 1px 1px 3px 2px #76acac;
  box-shadow:         1px 1px 3px 2px #76acac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76acac


Comments

No comments written yet.

Please login to write comment.