Color Hex Logo

#76aabc Color Hex

#76AABC
(118,170,188)
0 Favorites   0 Comments

Color spaces of #76aabc

RGB 118170188
HSL0.540.340.60
HSV195°37°74°
CMYK 0.370.100.00   0.26
XYZ30.923036.231852.9406
Yxy36.23180.25750.3017
Hunter Lab60.1929-13.6363-10.0115
CIE-Lab66.6967-12.5625-14.6873

#76aabc color RGB value is (118,170,188).

#76aabc hex color red value is 118, green value is 170 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #76aabc hue: 0.54 , saturation: 0.34 and the lightness value of 76aabc is 0.60.

The process color (four color CMYK) of #76aabc color hex is 0.37, 0.10, 0.00, 0.26. Web safe color of #76aabc is #6699cc. Color #76aabc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101010 10111100
Octal 166 252 274
Decimal 118 170 188
Hex 76 AA BC

RGB Percentages of Color #76aabc

%24.79
%35.71
%39.50

CMYK Percentages of Color #76aabc

%37
%10
%0
%26

Triadic Colors of #76aabc

#76aabc #bc76aa #aabc76

Analogous Colors of #76aabc

#76aabc #7687bc #76bcab

Monochromatic Colors of #76aabc

#76aabc

Complementary Color

#76aabc #bc8876

#76aabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76aabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#76aabc Color CSS Codes

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

#76aabc Text Font Color

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

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


#76aabc Background Color

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

This div background color is #76aabc


#76aabc Border Color

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

This div border color is #76aabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76aabc


Comments

No comments written yet.

Please login to write comment.