Color Hex Logo

#76acde Color Hex

#76ACDE
(118,172,222)
0 Favorites   0 Comments

Color spaces of #76acde

RGB 118172222
HSL0.580.610.67
HSV209°47°87°
CMYK 0.470.230.00   0.13
XYZ35.408638.630574.6974
Yxy38.63050.23810.2597
Hunter Lab62.1534-7.0777-27.7486
CIE-Lab68.4828-4.3783-30.7319

#76acde color RGB value is (118,172,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101100 11011110
Octal 166 254 336
Decimal 118 172 222
Hex 76 AC DE

RGB Percentages of Color #76acde

%23.05
%33.59
%43.36

CMYK Percentages of Color #76acde

%47
%23
%0
%13

Triadic Colors of #76acde

#76acde #de76ac #acde76

Analogous Colors of #76acde

#76acde #7678de #76dedc

Monochromatic Colors of #76acde

#76acde

Complementary Color

#76acde #dea876

#76acde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76acde Color Preview on White Background

Lorem ipsum dolor sit amet.

#76acde Color CSS Codes

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

#76acde Text Font Color

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

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


#76acde Background Color

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

This div background color is #76acde


#76acde Border Color

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

This div border color is #76acde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76acde


Comments

No comments written yet.

Please login to write comment.