Color Hex Logo

#76aced Color Hex

#76ACED
(118,172,237)
0 Favorites   0 Comments

Color spaces of #76aced

RGB 118172237
HSL0.590.770.70
HSV213°50°93°
CMYK 0.500.270.00   0.07
XYZ37.509839.471085.7625
Yxy39.47100.23050.2425
Hunter Lab62.8260-3.3732-36.9575
CIE-Lab69.0911-0.0202-37.9950

#76aced color RGB value is (118,172,237).

#76aced hex color red value is 118, green value is 172 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #76aced hue: 0.59 , saturation: 0.77 and the lightness value of 76aced is 0.70.

The process color (four color CMYK) of #76aced color hex is 0.50, 0.27, 0.00, 0.07. Web safe color of #76aced is #6699ff. Color #76aced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101100 11101101
Octal 166 254 355
Decimal 118 172 237
Hex 76 AC ED

RGB Percentages of Color #76aced

%22.39
%32.64
%44.97

CMYK Percentages of Color #76aced

%50
%27
%0
%7

Triadic Colors of #76aced

#76aced #ed76ac #aced76

Analogous Colors of #76aced

#76aced #7c76ed #76e8ed

Monochromatic Colors of #76aced

#76aced

Complementary Color

#76aced #edb776

#76aced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76aced Color Preview on White Background

Lorem ipsum dolor sit amet.

#76aced Color CSS Codes

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

#76aced Text Font Color

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

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


#76aced Background Color

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

This div background color is #76aced


#76aced Border Color

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

This div border color is #76aced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76aced


Comments

No comments written yet.

Please login to write comment.