Color Hex Logo

#76effa Color Hex

#76EFFA
(118,239,250)
0 Favorites   0 Comments

Color spaces of #76effa

RGB 118239250
HSL0.510.930.72
HSV185°53°98°
CMYK 0.530.040.00   0.02
XYZ55.593072.4867101.5037
Yxy72.48670.24210.3157
Hunter Lab85.1391-32.4389-11.0887
CIE-Lab88.2023-30.9995-15.7165

#76effa color RGB value is (118,239,250).

#76effa hex color red value is 118, green value is 239 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #76effa hue: 0.51 , saturation: 0.93 and the lightness value of 76effa is 0.72.

The process color (four color CMYK) of #76effa color hex is 0.53, 0.04, 0.00, 0.02. Web safe color of #76effa is #66ffff. Color #76effa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 11101111 11111010
Octal 166 357 372
Decimal 118 239 250
Hex 76 EF FA

RGB Percentages of Color #76effa

%19.44
%39.37
%41.19

CMYK Percentages of Color #76effa

%53
%4
%0
%2

Triadic Colors of #76effa

#76effa #fa76ef #effa76

Analogous Colors of #76effa

#76effa #76adfa #76fac3

Monochromatic Colors of #76effa

#76effa

Complementary Color

#76effa #fa8176

#76effa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76effa Color Preview on White Background

Lorem ipsum dolor sit amet.

#76effa Color CSS Codes

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

#76effa Text Font Color

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

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


#76effa Background Color

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

This div background color is #76effa


#76effa Border Color

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

This div border color is #76effa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76effa


Comments

No comments written yet.

Please login to write comment.