Color Hex Logo

#77ecde Color Hex

#77ECDE
(119,236,222)
0 Favorites   0 Comments

Color spaces of #77ecde

RGB 119236222
HSL0.480.750.70
HSV173°50°93°
CMYK 0.500.000.06   0.07
XYZ50.788069.186879.7848
Yxy69.18680.25420.3464
Hunter Lab83.1786-36.57231.3541
CIE-Lab86.5965-36.4895-3.4182

#77ecde color RGB value is (119,236,222).

#77ecde hex color red value is 119, green value is 236 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #77ecde hue: 0.48 , saturation: 0.75 and the lightness value of 77ecde is 0.70.

The process color (four color CMYK) of #77ecde color hex is 0.50, 0.00, 0.06, 0.07. Web safe color of #77ecde is #66ffcc. Color #77ecde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 11101100 11011110
Octal 167 354 336
Decimal 119 236 222
Hex 77 EC DE

RGB Percentages of Color #77ecde

%20.62
%40.90
%38.47

CMYK Percentages of Color #77ecde

%50
%0
%6
%7

Triadic Colors of #77ecde

#77ecde #de77ec #ecde77

Analogous Colors of #77ecde

#77ecde #77c0ec #77eca4

Monochromatic Colors of #77ecde

#77ecde

Complementary Color

#77ecde #ec7785

#77ecde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77ecde Color Preview on White Background

Lorem ipsum dolor sit amet.

#77ecde Color CSS Codes

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

#77ecde Text Font Color

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

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


#77ecde Background Color

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

This div background color is #77ecde


#77ecde Border Color

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

This div border color is #77ecde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77ecde


Comments

No comments written yet.

Please login to write comment.