Color Hex Logo

#76a9c0 Color Hex

#76A9C0
(118,169,192)
0 Favorites   0 Comments

Color spaces of #76a9c0

RGB 118169192
HSL0.550.370.61
HSV199°39°75°
CMYK 0.390.120.00   0.25
XYZ31.173636.033355.1813
Yxy36.03330.25470.2944
Hunter Lab60.0277-12.3500-12.4837
CIE-Lab66.5454-10.9839-17.1363

#76a9c0 color RGB value is (118,169,192).

#76a9c0 hex color red value is 118, green value is 169 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #76a9c0 hue: 0.55 , saturation: 0.37 and the lightness value of 76a9c0 is 0.61.

The process color (four color CMYK) of #76a9c0 color hex is 0.39, 0.12, 0.00, 0.25. Web safe color of #76a9c0 is #6699cc. Color #76a9c0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101001 11000000
Octal 166 251 300
Decimal 118 169 192
Hex 76 A9 C0

RGB Percentages of Color #76a9c0

%24.63
%35.28
%40.08

CMYK Percentages of Color #76a9c0

%39
%12
%0
%25

Triadic Colors of #76a9c0

#76a9c0 #c076a9 #a9c076

Analogous Colors of #76a9c0

#76a9c0 #7684c0 #76c0b2

Monochromatic Colors of #76a9c0

#76a9c0

Complementary Color

#76a9c0 #c08d76

#76a9c0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76a9c0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#76a9c0 Color CSS Codes

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

#76a9c0 Text Font Color

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

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


#76a9c0 Background Color

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

This div background color is #76a9c0


#76a9c0 Border Color

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

This div border color is #76a9c0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76a9c0


Comments

No comments written yet.

Please login to write comment.