Color Hex Logo

#76a9fe Color Hex

#76A9FE
(118,169,254)
0 Favorites   0 Comments

Color spaces of #76a9fe

RGB 118169254
HSL0.600.990.73
HSV218°54°100°
CMYK 0.540.330.00   0.00
XYZ39.548639.383299.2832
Yxy39.38320.22190.2210
Hunter Lab62.75602.6669-49.8705
CIE-Lab69.02796.7798-47.3406

#76a9fe color RGB value is (118,169,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101001 11111110
Octal 166 251 376
Decimal 118 169 254
Hex 76 A9 FE

RGB Percentages of Color #76a9fe

%21.81
%31.24
%46.95

CMYK Percentages of Color #76a9fe

%54
%33
%0
%0

Triadic Colors of #76a9fe

#76a9fe #fe76a9 #a9fe76

Analogous Colors of #76a9fe

#76a9fe #8776fe #76edfe

Monochromatic Colors of #76a9fe

#76a9fe

Complementary Color

#76a9fe #fecb76

#76a9fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76a9fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#76a9fe Color CSS Codes

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

#76a9fe Text Font Color

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

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


#76a9fe Background Color

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

This div background color is #76a9fe


#76a9fe Border Color

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

This div border color is #76a9fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76a9fe


Comments

No comments written yet.

Please login to write comment.