Color Hex Logo

#76aaeb Color Hex

#76AAEB
(118,170,235)
0 Favorites   0 Comments

Color spaces of #76aaeb

RGB 118170235
HSL0.590.750.69
HSV213°50°92°
CMYK 0.500.280.00   0.08
XYZ36.841338.599284.1059
Yxy38.59920.23090.2419
Hunter Lab62.1283-2.8761-36.7738
CIE-Lab68.45990.5084-37.8862

#76aaeb color RGB value is (118,170,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101010 11101011
Octal 166 252 353
Decimal 118 170 235
Hex 76 AA EB

RGB Percentages of Color #76aaeb

%22.56
%32.50
%44.93

CMYK Percentages of Color #76aaeb

%50
%28
%0
%8

Triadic Colors of #76aaeb

#76aaeb #eb76aa #aaeb76

Analogous Colors of #76aaeb

#76aaeb #7d76eb #76e5eb

Monochromatic Colors of #76aaeb

#76aaeb

Complementary Color

#76aaeb #ebb776

#76aaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76aaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#76aaeb Color CSS Codes

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

#76aaeb Text Font Color

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

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


#76aaeb Background Color

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

This div background color is #76aaeb


#76aaeb Border Color

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

This div border color is #76aaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76aaeb


Comments

No comments written yet.

Please login to write comment.