Color Hex Logo

#77edff Color Hex

#77EDFF
(119,237,255)
0 Favorites   0 Comments

Color spaces of #77edff

RGB 119237255
HSL0.521.000.73
HSV188°53°100°
CMYK 0.530.070.00   0.00
XYZ55.941971.7103105.5008
Yxy71.71030.23990.3076
Hunter Lab84.6819-30.2741-14.5890
CIE-Lab87.8290-28.5172-18.8919

#77edff color RGB value is (119,237,255).

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

The process color (four color CMYK) of #77edff color hex is 0.53, 0.07, 0.00, 0.00. Web safe color of #77edff is #66ffff. Color #77edff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 11101101 11111111
Octal 167 355 377
Decimal 119 237 255
Hex 77 ED FF

RGB Percentages of Color #77edff

%19.48
%38.79
%41.73

CMYK Percentages of Color #77edff

%53
%7
%0
%0

Triadic Colors of #77edff

#77edff #ff77ed #edff77

Analogous Colors of #77edff

#77edff #77a9ff #77ffcd

Monochromatic Colors of #77edff

#77edff

Complementary Color

#77edff #ff8977

#77edff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77edff Color Preview on White Background

Lorem ipsum dolor sit amet.

#77edff Color CSS Codes

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

#77edff Text Font Color

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

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


#77edff Background Color

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

This div background color is #77edff


#77edff Border Color

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

This div border color is #77edff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,237,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77edff


Comments

No comments written yet.

Please login to write comment.