Color Hex Logo

#77ddab Color Hex

#77DDAB
(119,221,171)
0 Favorites   0 Comments

Color spaces of #77ddab

RGB 119221171
HSL0.420.600.67
HSV151°46°87°
CMYK 0.460.000.23   0.13
XYZ40.814958.575147.6830
Yxy58.57510.27750.3983
Hunter Lab76.5344-38.743216.6348
CIE-Lab81.0575-41.129415.4614

#77ddab color RGB value is (119,221,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11011101 10101011
Octal 167 335 253
Decimal 119 221 171
Hex 77 DD AB

RGB Percentages of Color #77ddab

%23.29
%43.25
%33.46

CMYK Percentages of Color #77ddab

%46
%0
%23
%13

Triadic Colors of #77ddab

#77ddab #ab77dd #ddab77

Analogous Colors of #77ddab

#77ddab #77dcdd #77dd78

Monochromatic Colors of #77ddab

#77ddab

Complementary Color

#77ddab #dd77a9

#77ddab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77ddab Color Preview on White Background

Lorem ipsum dolor sit amet.

#77ddab Color CSS Codes

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

#77ddab Text Font Color

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

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


#77ddab Background Color

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

This div background color is #77ddab


#77ddab Border Color

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

This div border color is #77ddab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77ddab


Comments

No comments written yet.

Please login to write comment.