Color Hex Logo

#76aaab Color Hex

#76AAAB
(118,170,171)
0 Favorites   0 Comments

Color spaces of #76aaab

RGB 118170171
HSL0.500.240.57
HSV181°31°67°
CMYK 0.310.010.00   0.33
XYZ29.196635.541343.8494
Yxy35.54130.26890.3273
Hunter Lab59.6165-16.9103-1.8777
CIE-Lab66.1679-16.8062-6.0257

#76aaab color RGB value is (118,170,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101010 10101011
Octal 166 252 253
Decimal 118 170 171
Hex 76 AA AB

RGB Percentages of Color #76aaab

%25.71
%37.04
%37.25

CMYK Percentages of Color #76aaab

%31
%1
%0
%33

Triadic Colors of #76aaab

#76aaab #ab76aa #aaab76

Analogous Colors of #76aaab

#76aaab #7690ab #76ab92

Monochromatic Colors of #76aaab

#76aaab

Complementary Color

#76aaab #ab7776

#76aaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76aaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#76aaab Color CSS Codes

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

#76aaab Text Font Color

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

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


#76aaab Background Color

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

This div background color is #76aaab


#76aaab Border Color

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

This div border color is #76aaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76aaab


Comments

No comments written yet.

Please login to write comment.