Color Hex Logo

#76a3ab Color Hex

#76A3AB
(118,163,171)
0 Favorites   0 Comments

Color spaces of #76a3ab

RGB 118163171
HSL0.530.240.57
HSV189°31°67°
CMYK 0.310.050.00   0.33
XYZ27.919132.986243.4236
Yxy32.98620.26760.3162
Hunter Lab57.4336-13.7380-4.6236
CIE-Lab64.1497-13.1011-9.0258

#76a3ab color RGB value is (118,163,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10100011 10101011
Octal 166 243 253
Decimal 118 163 171
Hex 76 A3 AB

RGB Percentages of Color #76a3ab

%26.11
%36.06
%37.83

CMYK Percentages of Color #76a3ab

%31
%5
%0
%33

Triadic Colors of #76a3ab

#76a3ab #ab76a3 #a3ab76

Analogous Colors of #76a3ab

#76a3ab #7689ab #76ab99

Monochromatic Colors of #76a3ab

#76a3ab

Complementary Color

#76a3ab #ab7e76

#76a3ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76a3ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#76a3ab Color CSS Codes

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

#76a3ab Text Font Color

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

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


#76a3ab Background Color

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

This div background color is #76a3ab


#76a3ab Border Color

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

This div border color is #76a3ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76a3ab


Comments

No comments written yet.

Please login to write comment.