Color Hex Logo

#77eefa Color Hex

#77EEFA
(119,238,250)
0 Favorites   0 Comments

Color spaces of #77eefa

RGB 119238250
HSL0.520.930.72
HSV185°52°98°
CMYK 0.520.050.00   0.02
XYZ55.437671.9731101.4128
Yxy71.97310.24230.3145
Hunter Lab84.8370-31.8220-11.4885
CIE-Lab87.9556-30.3261-16.0835

#77eefa color RGB value is (119,238,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11101110 11111010
Octal 167 356 372
Decimal 119 238 250
Hex 77 EE FA

RGB Percentages of Color #77eefa

%19.60
%39.21
%41.19

CMYK Percentages of Color #77eefa

%52
%5
%0
%2

Triadic Colors of #77eefa

#77eefa #fa77ee #eefa77

Analogous Colors of #77eefa

#77eefa #77adfa #77fac5

Monochromatic Colors of #77eefa

#77eefa

Complementary Color

#77eefa #fa8377

#77eefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77eefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#77eefa Color CSS Codes

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

#77eefa Text Font Color

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

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


#77eefa Background Color

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

This div background color is #77eefa


#77eefa Border Color

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

This div border color is #77eefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77eefa


Comments

No comments written yet.

Please login to write comment.