Color Hex Logo

#76eefa Color Hex

#76EEFA
(118,238,250)
0 Favorites   0 Comments

Color spaces of #76eefa

RGB 118238250
HSL0.520.930.72
HSV185°53°98°
CMYK 0.530.050.00   0.02
XYZ55.301171.9028101.4064
Yxy71.90280.24190.3145
Hunter Lab84.7955-31.9798-11.5477
CIE-Lab87.9218-30.5233-16.1378

#76eefa color RGB value is (118,238,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11101110 11111010
Octal 166 356 372
Decimal 118 238 250
Hex 76 EE FA

RGB Percentages of Color #76eefa

%19.47
%39.27
%41.25

CMYK Percentages of Color #76eefa

%53
%5
%0
%2

Triadic Colors of #76eefa

#76eefa #fa76ee #eefa76

Analogous Colors of #76eefa

#76eefa #76acfa #76fac4

Monochromatic Colors of #76eefa

#76eefa

Complementary Color

#76eefa #fa8276

#76eefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76eefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#76eefa Color CSS Codes

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

#76eefa Text Font Color

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

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


#76eefa Background Color

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

This div background color is #76eefa


#76eefa Border Color

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

This div border color is #76eefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76eefa

Related Colors


Comments

No comments written yet.

Please login to write comment.