Color Hex Logo

#76adfe Color Hex

#76ADFE
(118,173,254)
0 Favorites   0 Comments

Color spaces of #76adfe

RGB 118173254
HSL0.600.990.73
HSV216°54°100°
CMYK 0.540.320.00   0.00
XYZ40.304240.894499.5351
Yxy40.89440.22300.2263
Hunter Lab63.94870.5908-47.5198
CIE-Lab70.10194.5131-45.6529

#76adfe color RGB value is (118,173,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101101 11111110
Octal 166 255 376
Decimal 118 173 254
Hex 76 AD FE

RGB Percentages of Color #76adfe

%21.65
%31.74
%46.61

CMYK Percentages of Color #76adfe

%54
%32
%0
%0

Triadic Colors of #76adfe

#76adfe #fe76ad #adfe76

Analogous Colors of #76adfe

#76adfe #8376fe #76f1fe

Monochromatic Colors of #76adfe

#76adfe

Complementary Color

#76adfe #fec776

#76adfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76adfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#76adfe Color CSS Codes

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

#76adfe Text Font Color

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

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


#76adfe Background Color

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

This div background color is #76adfe


#76adfe Border Color

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

This div border color is #76adfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76adfe

Related Colors


Comments

No comments written yet.

Please login to write comment.