Color Hex Logo

#76acdd Color Hex

#76ACDD
(118,172,221)
0 Favorites   0 Comments

Color spaces of #76acdd

RGB 118172221
HSL0.580.600.66
HSV209°47°87°
CMYK 0.470.220.00   0.13
XYZ35.274938.577173.9935
Yxy38.57710.23860.2609
Hunter Lab62.1105-7.3164-27.1561
CIE-Lab68.4438-4.6638-30.2432

#76acdd color RGB value is (118,172,221).

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

The process color (four color CMYK) of #76acdd color hex is 0.47, 0.22, 0.00, 0.13. Web safe color of #76acdd is #6699cc. Color #76acdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101100 11011101
Octal 166 254 335
Decimal 118 172 221
Hex 76 AC DD

RGB Percentages of Color #76acdd

%23.09
%33.66
%43.25

CMYK Percentages of Color #76acdd

%47
%22
%0
%13

Triadic Colors of #76acdd

#76acdd #dd76ac #acdd76

Analogous Colors of #76acdd

#76acdd #7679dd #76dddb

Monochromatic Colors of #76acdd

#76acdd

Complementary Color

#76acdd #dda776

#76acdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76acdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#76acdd Color CSS Codes

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

#76acdd Text Font Color

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

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


#76acdd Background Color

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

This div background color is #76acdd


#76acdd Border Color

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

This div border color is #76acdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76acdd


Comments

No comments written yet.

Please login to write comment.