Color Hex Logo

#76acbb Color Hex

#76ACBB
(118,172,187)
0 Favorites   0 Comments

Color spaces of #76acbb

RGB 118172187
HSL0.540.340.60
HSV193°37°73°
CMYK 0.370.080.00   0.27
XYZ31.193436.944552.5006
Yxy36.94450.25860.3062
Hunter Lab60.7820-14.7620-8.6645
CIE-Lab67.2354-13.8851-13.3216

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

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

The process color (four color CMYK) of #76acbb color hex is 0.37, 0.08, 0.00, 0.27. Web safe color of #76acbb is #6699cc. Color #76acbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101100 10111011
Octal 166 254 273
Decimal 118 172 187
Hex 76 AC BB

RGB Percentages of Color #76acbb

%24.74
%36.06
%39.20

CMYK Percentages of Color #76acbb

%37
%8
%0
%27

Triadic Colors of #76acbb

#76acbb #bb76ac #acbb76

Analogous Colors of #76acbb

#76acbb #768abb #76bba8

Monochromatic Colors of #76acbb

#76acbb

Complementary Color

#76acbb #bb8576

#76acbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76acbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#76acbb Color CSS Codes

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

#76acbb Text Font Color

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

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


#76acbb Background Color

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

This div background color is #76acbb


#76acbb Border Color

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

This div border color is #76acbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76acbb


Comments

No comments written yet.

Please login to write comment.