Color Hex Logo

#76afab Color Hex

#76AFAB
(118,175,171)
0 Favorites   0 Comments

Color spaces of #76afab

RGB 118175171
HSL0.490.260.57
HSV176°33°69°
CMYK 0.330.000.02   0.31
XYZ30.151937.451844.1678
Yxy37.45180.26980.3351
Hunter Lab61.1979-19.15020.0477
CIE-Lab67.6146-19.4018-3.8880

#76afab color RGB value is (118,175,171).

#76afab hex color red value is 118, green value is 175 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #76afab hue: 0.49 , saturation: 0.26 and the lightness value of 76afab is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101111 10101011
Octal 166 257 253
Decimal 118 175 171
Hex 76 AF AB

RGB Percentages of Color #76afab

%25.43
%37.72
%36.85

CMYK Percentages of Color #76afab

%33
%0
%2
%31

Triadic Colors of #76afab

#76afab #ab76af #afab76

Analogous Colors of #76afab

#76afab #7697af #76af8f

Monochromatic Colors of #76afab

#76afab

Complementary Color

#76afab #af767a

#76afab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76afab Color Preview on White Background

Lorem ipsum dolor sit amet.

#76afab Color CSS Codes

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

#76afab Text Font Color

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

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


#76afab Background Color

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

This div background color is #76afab


#76afab Border Color

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

This div border color is #76afab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76afab


Comments

No comments written yet.

Please login to write comment.