Color Hex Logo

#77deaa Color Hex

#77DEAA
(119,222,170)
0 Favorites   0 Comments

Color spaces of #77deaa

RGB 119222170
HSL0.420.610.67
HSV150°46°87°
CMYK 0.460.000.23   0.13
XYZ40.984759.066847.2711
Yxy59.06680.27820.4009
Hunter Lab76.8549-39.306817.3310
CIE-Lab81.3283-41.774316.3670

#77deaa color RGB value is (119,222,170).

#77deaa hex color red value is 119, green value is 222 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #77deaa hue: 0.42 , saturation: 0.61 and the lightness value of 77deaa is 0.67.

The process color (four color CMYK) of #77deaa color hex is 0.46, 0.00, 0.23, 0.13. Web safe color of #77deaa is #66cc99. Color #77deaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 11011110 10101010
Octal 167 336 252
Decimal 119 222 170
Hex 77 DE AA

RGB Percentages of Color #77deaa

%23.29
%43.44
%33.27

CMYK Percentages of Color #77deaa

%46
%0
%23
%13

Triadic Colors of #77deaa

#77deaa #aa77de #deaa77

Analogous Colors of #77deaa

#77deaa #77dede #78de77

Monochromatic Colors of #77deaa

#77deaa

Complementary Color

#77deaa #de77ab

#77deaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77deaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#77deaa Color CSS Codes

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

#77deaa Text Font Color

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

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


#77deaa Background Color

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

This div background color is #77deaa


#77deaa Border Color

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

This div border color is #77deaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77deaa


Comments

No comments written yet.

Please login to write comment.