Color Hex Logo

#77eace Color Hex

#77EACE
(119,234,206)
0 Favorites   0 Comments

Color spaces of #77eace

RGB 119234206
HSL0.460.730.69
HSV165°49°92°
CMYK 0.490.000.12   0.08
XYZ48.171167.223868.8291
Yxy67.22380.26150.3649
Hunter Lab81.9901-38.60987.6203
CIE-Lab85.6168-39.35893.5553

#77eace color RGB value is (119,234,206).

#77eace hex color red value is 119, green value is 234 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #77eace hue: 0.46 , saturation: 0.73 and the lightness value of 77eace is 0.69.

The process color (four color CMYK) of #77eace color hex is 0.49, 0.00, 0.12, 0.08. Web safe color of #77eace is #66ffcc. Color #77eace contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 11101010 11001110
Octal 167 352 316
Decimal 119 234 206
Hex 77 EA CE

RGB Percentages of Color #77eace

%21.29
%41.86
%36.85

CMYK Percentages of Color #77eace

%49
%0
%12
%8

Triadic Colors of #77eace

#77eace #ce77ea #eace77

Analogous Colors of #77eace

#77eace #77cdea #77ea95

Monochromatic Colors of #77eace

#77eace

Complementary Color

#77eace #ea7793

#77eace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77eace Color Preview on White Background

Lorem ipsum dolor sit amet.

#77eace Color CSS Codes

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

#77eace Text Font Color

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

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


#77eace Background Color

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

This div background color is #77eace


#77eace Border Color

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

This div border color is #77eace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77eace


Comments

No comments written yet.

Please login to write comment.