Color Hex Logo

#77edfa Color Hex

#77EDFA
(119,237,250)
0 Favorites   0 Comments

Color spaces of #77edfa

RGB 119237250
HSL0.520.930.72
HSV186°52°98°
CMYK 0.520.050.00   0.02
XYZ55.147371.3924101.3160
Yxy71.39240.24200.3133
Hunter Lab84.4940-31.3617-11.9483
CIE-Lab87.6753-29.8482-16.5047

#77edfa color RGB value is (119,237,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11101101 11111010
Octal 167 355 372
Decimal 119 237 250
Hex 77 ED FA

RGB Percentages of Color #77edfa

%19.64
%39.11
%41.25

CMYK Percentages of Color #77edfa

%52
%5
%0
%2

Triadic Colors of #77edfa

#77edfa #fa77ed #edfa77

Analogous Colors of #77edfa

#77edfa #77acfa #77fac6

Monochromatic Colors of #77edfa

#77edfa

Complementary Color

#77edfa #fa8477

#77edfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77edfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#77edfa Color CSS Codes

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

#77edfa Text Font Color

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

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


#77edfa Background Color

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

This div background color is #77edfa


#77edfa Border Color

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

This div border color is #77edfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77edfa


Comments

No comments written yet.

Please login to write comment.