Color Hex Logo

#76abad Color Hex

#76ABAD
(118,171,173)
0 Favorites   0 Comments

Color spaces of #76abad

RGB 118171173
HSL0.510.250.57
HSV182°32°68°
CMYK 0.320.010.00   0.32
XYZ29.576935.994544.9239
Yxy35.99450.26770.3258
Hunter Lab59.9954-16.9940-2.3989
CIE-Lab66.5157-16.8468-6.6227

#76abad color RGB value is (118,171,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101011 10101101
Octal 166 253 255
Decimal 118 171 173
Hex 76 AB AD

RGB Percentages of Color #76abad

%25.54
%37.01
%37.45

CMYK Percentages of Color #76abad

%32
%1
%0
%32

Triadic Colors of #76abad

#76abad #ad76ab #abad76

Analogous Colors of #76abad

#76abad #7690ad #76ad94

Monochromatic Colors of #76abad

#76abad

Complementary Color

#76abad #ad7876

#76abad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76abad Color Preview on White Background

Lorem ipsum dolor sit amet.

#76abad Color CSS Codes

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

#76abad Text Font Color

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

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


#76abad Background Color

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

This div background color is #76abad


#76abad Border Color

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

This div border color is #76abad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76abad


Comments

No comments written yet.

Please login to write comment.