Color Hex Logo

#76eafe Color Hex

#76EAFE
(118,234,254)
0 Favorites   0 Comments

Color spaces of #76eafe

RGB 118234254
HSL0.520.990.73
HSV189°54°100°
CMYK 0.540.080.00   0.00
XYZ54.783469.8529104.3615
Yxy69.85290.23920.3050
Hunter Lab83.5780-29.2591-15.5291
CIE-Lab86.9247-27.5320-19.7360

#76eafe color RGB value is (118,234,254).

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

The process color (four color CMYK) of #76eafe color hex is 0.54, 0.08, 0.00, 0.00. Web safe color of #76eafe is #66ffff. Color #76eafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 11101010 11111110
Octal 166 352 376
Decimal 118 234 254
Hex 76 EA FE

RGB Percentages of Color #76eafe

%19.47
%38.61
%41.91

CMYK Percentages of Color #76eafe

%54
%8
%0
%0

Triadic Colors of #76eafe

#76eafe #fe76ea #eafe76

Analogous Colors of #76eafe

#76eafe #76a6fe #76fece

Monochromatic Colors of #76eafe

#76eafe

Complementary Color

#76eafe #fe8a76

#76eafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76eafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#76eafe Color CSS Codes

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

#76eafe Text Font Color

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

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


#76eafe Background Color

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

This div background color is #76eafe


#76eafe Border Color

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

This div border color is #76eafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76eafe

Related Colors


Comments

No comments written yet.

Please login to write comment.