Color Hex Logo

#76bdac Color Hex

#76BDAC
(118,189,172)
0 Favorites   0 Comments

Color spaces of #76bdac

RGB 118189172
HSL0.460.350.60
HSV166°38°74°
CMYK 0.380.000.09   0.26
XYZ33.115243.225345.6277
Yxy43.22530.27150.3544
Hunter Lab65.7460-25.14784.8749
CIE-Lab71.7076-26.22001.5553

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

#76bdac hex color red value is 118, green value is 189 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #76bdac hue: 0.46 , saturation: 0.35 and the lightness value of 76bdac is 0.60.

The process color (four color CMYK) of #76bdac color hex is 0.38, 0.00, 0.09, 0.26. Web safe color of #76bdac is #66cc99. Color #76bdac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10111101 10101100
Octal 166 275 254
Decimal 118 189 172
Hex 76 BD AC

RGB Percentages of Color #76bdac

%24.63
%39.46
%35.91

CMYK Percentages of Color #76bdac

%38
%0
%9
%26

Triadic Colors of #76bdac

#76bdac #ac76bd #bdac76

Analogous Colors of #76bdac

#76bdac #76abbd #76bd89

Monochromatic Colors of #76bdac

#76bdac

Complementary Color

#76bdac #bd7687

#76bdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76bdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#76bdac Color CSS Codes

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

#76bdac Text Font Color

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

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


#76bdac Background Color

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

This div background color is #76bdac


#76bdac Border Color

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

This div border color is #76bdac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,189,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 #76bdac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76bdac


Comments

No comments written yet.

Please login to write comment.