Color Hex Logo

#77ceaa Color Hex

#77CEAA
(119,206,170)
0 Favorites   0 Comments

Color spaces of #77ceaa

RGB 119206170
HSL0.430.470.64
HSV155°42°81°
CMYK 0.420.000.17   0.19
XYZ36.934850.966845.9211
Yxy50.96680.27600.3809
Hunter Lab71.3910-32.585711.8364
CIE-Lab76.6589-34.52389.7719

#77ceaa color RGB value is (119,206,170).

#77ceaa hex color red value is 119, green value is 206 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #77ceaa hue: 0.43 , saturation: 0.47 and the lightness value of 77ceaa is 0.64.

The process color (four color CMYK) of #77ceaa color hex is 0.42, 0.00, 0.17, 0.19. Web safe color of #77ceaa is #66cc99. Color #77ceaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 11001110 10101010
Octal 167 316 252
Decimal 119 206 170
Hex 77 CE AA

RGB Percentages of Color #77ceaa

%24.04
%41.62
%34.34

CMYK Percentages of Color #77ceaa

%42
%0
%17
%19

Triadic Colors of #77ceaa

#77ceaa #aa77ce #ceaa77

Analogous Colors of #77ceaa

#77ceaa #77c7ce #77ce7f

Monochromatic Colors of #77ceaa

#77ceaa

Complementary Color

#77ceaa #ce779b

#77ceaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77ceaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#77ceaa Color CSS Codes

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

#77ceaa Text Font Color

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

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


#77ceaa Background Color

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

This div background color is #77ceaa


#77ceaa Border Color

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

This div border color is #77ceaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77ceaa


Comments

No comments written yet.

Please login to write comment.