Color Hex Logo

#76aaea Color Hex

#76AAEA
(118,170,234)
0 Favorites   0 Comments

Color spaces of #76aaea

RGB 118170234
HSL0.590.730.69
HSV213°50°92°
CMYK 0.500.270.00   0.08
XYZ36.697238.541583.3470
Yxy38.54150.23140.2430
Hunter Lab62.0818-3.1299-36.1416
CIE-Lab68.41780.2140-37.4052

#76aaea color RGB value is (118,170,234).

#76aaea hex color red value is 118, green value is 170 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #76aaea hue: 0.59 , saturation: 0.73 and the lightness value of 76aaea is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101010 11101010
Octal 166 252 352
Decimal 118 170 234
Hex 76 AA EA

RGB Percentages of Color #76aaea

%22.61
%32.57
%44.83

CMYK Percentages of Color #76aaea

%50
%27
%0
%8

Triadic Colors of #76aaea

#76aaea #ea76aa #aaea76

Analogous Colors of #76aaea

#76aaea #7c76ea #76e4ea

Monochromatic Colors of #76aaea

#76aaea

Complementary Color

#76aaea #eab676

#76aaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76aaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#76aaea Color CSS Codes

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

#76aaea Text Font Color

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

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


#76aaea Background Color

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

This div background color is #76aaea


#76aaea Border Color

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

This div border color is #76aaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76aaea


Comments

No comments written yet.

Please login to write comment.