Color Hex Logo

#76aedd Color Hex

#76AEDD
(118,174,221)
0 Favorites   0 Comments

Color spaces of #76aedd

RGB 118174221
HSL0.580.600.66
HSV207°47°87°
CMYK 0.470.210.00   0.13
XYZ35.658439.344174.1214
Yxy39.34410.23910.2638
Hunter Lab62.7249-8.2933-26.1550
CIE-Lab68.9998-5.7628-29.3859

#76aedd color RGB value is (118,174,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101110 11011101
Octal 166 256 335
Decimal 118 174 221
Hex 76 AE DD

RGB Percentages of Color #76aedd

%23.00
%33.92
%43.08

CMYK Percentages of Color #76aedd

%47
%21
%0
%13

Triadic Colors of #76aedd

#76aedd #dd76ae #aedd76

Analogous Colors of #76aedd

#76aedd #767bdd #76ddd9

Monochromatic Colors of #76aedd

#76aedd

Complementary Color

#76aedd #dda576

#76aedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76aedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#76aedd Color CSS Codes

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

#76aedd Text Font Color

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

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


#76aedd Background Color

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

This div background color is #76aedd


#76aedd Border Color

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

This div border color is #76aedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76aedd


Comments

No comments written yet.

Please login to write comment.