Color Hex Logo

#76abcc Color Hex

#76ABCC
(118,171,204)
0 Favorites   0 Comments

Color spaces of #76abcc

RGB 118171204
HSL0.560.460.63
HSV203°42°80°
CMYK 0.420.160.00   0.20
XYZ32.933237.337062.5977
Yxy37.33700.24790.2810
Hunter Lab61.1040-10.7260-17.9665
CIE-Lab67.5291-8.8549-22.2858

#76abcc color RGB value is (118,171,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101011 11001100
Octal 166 253 314
Decimal 118 171 204
Hex 76 AB CC

RGB Percentages of Color #76abcc

%23.94
%34.69
%41.38

CMYK Percentages of Color #76abcc

%42
%16
%0
%20

Triadic Colors of #76abcc

#76abcc #cc76ab #abcc76

Analogous Colors of #76abcc

#76abcc #7680cc #76ccc2

Monochromatic Colors of #76abcc

#76abcc

Complementary Color

#76abcc #cc9776

#76abcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76abcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#76abcc Color CSS Codes

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

#76abcc Text Font Color

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

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


#76abcc Background Color

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

This div background color is #76abcc


#76abcc Border Color

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

This div border color is #76abcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76abcc


Comments

No comments written yet.

Please login to write comment.