Color Hex Logo

#76aeaf Color Hex

#76AEAF
(118,174,175)
0 Favorites   0 Comments

Color spaces of #76aeaf

RGB 118174175
HSL0.500.260.57
HSV181°33°69°
CMYK 0.330.010.00   0.31
XYZ30.345137.218846.1420
Yxy37.21880.26690.3273
Hunter Lab61.0072-17.9764-2.1382
CIE-Lab67.4409-17.9260-6.3614

#76aeaf color RGB value is (118,174,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101110 10101111
Octal 166 256 257
Decimal 118 174 175
Hex 76 AE AF

RGB Percentages of Color #76aeaf

%25.27
%37.26
%37.47

CMYK Percentages of Color #76aeaf

%33
%1
%0
%31

Triadic Colors of #76aeaf

#76aeaf #af76ae #aeaf76

Analogous Colors of #76aeaf

#76aeaf #7692af #76af94

Monochromatic Colors of #76aeaf

#76aeaf

Complementary Color

#76aeaf #af7776

#76aeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76aeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#76aeaf Color CSS Codes

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

#76aeaf Text Font Color

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

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


#76aeaf Background Color

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

This div background color is #76aeaf


#76aeaf Border Color

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

This div border color is #76aeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76aeaf


Comments

No comments written yet.

Please login to write comment.