Color Hex Logo

#76aefe Color Hex

#76AEFE
(118,174,254)
0 Favorites   0 Comments

Color spaces of #76aefe

RGB 118174254
HSL0.600.990.73
HSV215°54°100°
CMYK 0.540.310.00   0.00
XYZ40.496741.279499.5993
Yxy41.27940.22330.2276
Hunter Lab64.24900.0742-46.9374
CIE-Lab70.37123.9491-45.2302

#76aefe color RGB value is (118,174,254).

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

The process color (four color CMYK) of #76aefe color hex is 0.54, 0.31, 0.00, 0.00. Web safe color of #76aefe is #6699ff. Color #76aefe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101110 11111110
Octal 166 256 376
Decimal 118 174 254
Hex 76 AE FE

RGB Percentages of Color #76aefe

%21.61
%31.87
%46.52

CMYK Percentages of Color #76aefe

%54
%31
%0
%0

Triadic Colors of #76aefe

#76aefe #fe76ae #aefe76

Analogous Colors of #76aefe

#76aefe #8276fe #76f2fe

Monochromatic Colors of #76aefe

#76aefe

Complementary Color

#76aefe #fec676

#76aefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76aefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#76aefe Color CSS Codes

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

#76aefe Text Font Color

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

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


#76aefe Background Color

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

This div background color is #76aefe


#76aefe Border Color

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

This div border color is #76aefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76aefe


Comments

No comments written yet.

Please login to write comment.