Color Hex Logo

#76aacc Color Hex

#76AACC
(118,170,204)
0 Favorites   0 Comments

Color spaces of #76aacc

RGB 118170204
HSL0.570.460.63
HSV204°42°80°
CMYK 0.420.170.00   0.20
XYZ32.745036.960662.5350
Yxy36.96060.24760.2795
Hunter Lab60.7952-10.2495-18.4300
CIE-Lab67.2475-8.3111-22.7158

#76aacc color RGB value is (118,170,204).

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

The process color (four color CMYK) of #76aacc color hex is 0.42, 0.17, 0.00, 0.20. Web safe color of #76aacc is #6699cc. Color #76aacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101010 11001100
Octal 166 252 314
Decimal 118 170 204
Hex 76 AA CC

RGB Percentages of Color #76aacc

%23.98
%34.55
%41.46

CMYK Percentages of Color #76aacc

%42
%17
%0
%20

Triadic Colors of #76aacc

#76aacc #cc76aa #aacc76

Analogous Colors of #76aacc

#76aacc #767fcc #76ccc3

Monochromatic Colors of #76aacc

#76aacc

Complementary Color

#76aacc #cc9876

#76aacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76aacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#76aacc Color CSS Codes

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

#76aacc Text Font Color

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

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


#76aacc Background Color

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

This div background color is #76aacc


#76aacc Border Color

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

This div border color is #76aacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76aacc


Comments

No comments written yet.

Please login to write comment.