Color Hex Logo

#76aaae Color Hex

#76AAAE
(118,170,174)
0 Favorites   0 Comments

Color spaces of #76aaae

RGB 118170174
HSL0.510.260.57
HSV184°32°68°
CMYK 0.320.020.00   0.32
XYZ29.485935.657045.3728
Yxy35.65700.26680.3226
Hunter Lab59.7135-16.3571-3.2516
CIE-Lab66.2570-16.0795-7.5631

#76aaae color RGB value is (118,170,174).

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

The process color (four color CMYK) of #76aaae color hex is 0.32, 0.02, 0.00, 0.32. Web safe color of #76aaae is #669999. Color #76aaae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101010 10101110
Octal 166 252 256
Decimal 118 170 174
Hex 76 AA AE

RGB Percentages of Color #76aaae

%25.54
%36.80
%37.66

CMYK Percentages of Color #76aaae

%32
%2
%0
%32

Triadic Colors of #76aaae

#76aaae #ae76aa #aaae76

Analogous Colors of #76aaae

#76aaae #768eae #76ae96

Monochromatic Colors of #76aaae

#76aaae

Complementary Color

#76aaae #ae7a76

#76aaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76aaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#76aaae Color CSS Codes

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

#76aaae Text Font Color

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

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


#76aaae Background Color

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

This div background color is #76aaae


#76aaae Border Color

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

This div border color is #76aaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76aaae


Comments

No comments written yet.

Please login to write comment.