Color Hex Logo

#76addc Color Hex

#76ADDC
(118,173,220)
0 Favorites   0 Comments

Color spaces of #76addc

RGB 118173220
HSL0.580.590.66
HSV208°46°86°
CMYK 0.460.210.00   0.14
XYZ35.333138.906073.3575
Yxy38.90600.23940.2636
Hunter Lab62.3747-8.0416-26.0674
CIE-Lab68.6831-5.4978-29.3254

#76addc color RGB value is (118,173,220).

#76addc hex color red value is 118, green value is 173 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #76addc hue: 0.58 , saturation: 0.59 and the lightness value of 76addc is 0.66.

The process color (four color CMYK) of #76addc color hex is 0.46, 0.21, 0.00, 0.14. Web safe color of #76addc is #6699cc. Color #76addc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101101 11011100
Octal 166 255 334
Decimal 118 173 220
Hex 76 AD DC

RGB Percentages of Color #76addc

%23.09
%33.86
%43.05

CMYK Percentages of Color #76addc

%46
%21
%0
%14

Triadic Colors of #76addc

#76addc #dc76ad #addc76

Analogous Colors of #76addc

#76addc #767adc #76dcd8

Monochromatic Colors of #76addc

#76addc

Complementary Color

#76addc #dca576

#76addc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76addc Color Preview on White Background

Lorem ipsum dolor sit amet.

#76addc Color CSS Codes

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

#76addc Text Font Color

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

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


#76addc Background Color

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

This div background color is #76addc


#76addc Border Color

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

This div border color is #76addc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76addc


Comments

No comments written yet.

Please login to write comment.