Color Hex Logo

#76dafe Color Hex

#76DAFE
(118,218,254)
0 Favorites   0 Comments

Color spaces of #76dafe

RGB 118218254
HSL0.540.990.73
HSV196°54°100°
CMYK 0.540.140.00   0.00
XYZ50.432061.1501102.9110
Yxy61.15010.23510.2851
Hunter Lab78.1985-21.7287-23.2880
CIE-Lab82.4594-19.6074-26.5170

#76dafe color RGB value is (118,218,254).

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

The process color (four color CMYK) of #76dafe color hex is 0.54, 0.14, 0.00, 0.00. Web safe color of #76dafe is #66ccff. Color #76dafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 11011010 11111110
Octal 166 332 376
Decimal 118 218 254
Hex 76 DA FE

RGB Percentages of Color #76dafe

%20.00
%36.95
%43.05

CMYK Percentages of Color #76dafe

%54
%14
%0
%0

Triadic Colors of #76dafe

#76dafe #fe76da #dafe76

Analogous Colors of #76dafe

#76dafe #7696fe #76fede

Monochromatic Colors of #76dafe

#76dafe

Complementary Color

#76dafe #fe9a76

#76dafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76dafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#76dafe Color CSS Codes

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

#76dafe Text Font Color

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

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


#76dafe Background Color

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

This div background color is #76dafe


#76dafe Border Color

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

This div border color is #76dafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76dafe


Comments

No comments written yet.

Please login to write comment.