Color Hex Logo

#76afbb Color Hex

#76AFBB
(118,175,187)
0 Favorites   0 Comments

Color spaces of #76afbb

RGB 118175187
HSL0.530.340.60
HSV190°37°73°
CMYK 0.370.060.00   0.27
XYZ31.770838.099452.6931
Yxy38.09940.25920.3109
Hunter Lab61.7247-16.1411-7.4073
CIE-Lab68.0938-15.4703-12.0329

#76afbb color RGB value is (118,175,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101111 10111011
Octal 166 257 273
Decimal 118 175 187
Hex 76 AF BB

RGB Percentages of Color #76afbb

%24.58
%36.46
%38.96

CMYK Percentages of Color #76afbb

%37
%6
%0
%27

Triadic Colors of #76afbb

#76afbb #bb76af #afbb76

Analogous Colors of #76afbb

#76afbb #768dbb #76bba5

Monochromatic Colors of #76afbb

#76afbb

Complementary Color

#76afbb #bb8276

#76afbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76afbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#76afbb Color CSS Codes

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

#76afbb Text Font Color

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

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


#76afbb Background Color

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

This div background color is #76afbb


#76afbb Border Color

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

This div border color is #76afbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76afbb


Comments

No comments written yet.

Please login to write comment.