Color Hex Logo

#77ddad Color Hex

#77DDAD
(119,221,173)
0 Favorites   0 Comments

Color spaces of #77ddad

RGB 119221173
HSL0.420.600.67
HSV152°46°87°
CMYK 0.460.000.22   0.13
XYZ41.007058.652048.6948
Yxy58.65200.27640.3954
Hunter Lab76.5846-38.445715.9108
CIE-Lab81.0999-40.721514.4679

#77ddad color RGB value is (119,221,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11011101 10101101
Octal 167 335 255
Decimal 119 221 173
Hex 77 DD AD

RGB Percentages of Color #77ddad

%23.20
%43.08
%33.72

CMYK Percentages of Color #77ddad

%46
%0
%22
%13

Triadic Colors of #77ddad

#77ddad #ad77dd #ddad77

Analogous Colors of #77ddad

#77ddad #77dadd #77dd7a

Monochromatic Colors of #77ddad

#77ddad

Complementary Color

#77ddad #dd77a7

#77ddad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77ddad Color Preview on White Background

Lorem ipsum dolor sit amet.

#77ddad Color CSS Codes

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

#77ddad Text Font Color

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

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


#77ddad Background Color

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

This div background color is #77ddad


#77ddad Border Color

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

This div border color is #77ddad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77ddad


Comments

No comments written yet.

Please login to write comment.