Color Hex Logo

#77dbad Color Hex

#77DBAD
(119,219,173)
0 Favorites   0 Comments

Color spaces of #77dbad

RGB 119219173
HSL0.420.580.66
HSV152°46°86°
CMYK 0.460.000.21   0.14
XYZ40.482157.602148.5199
Yxy57.60210.27610.3929
Hunter Lab75.8960-37.608215.2235
CIE-Lab80.5171-39.828113.6463

#77dbad color RGB value is (119,219,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11011011 10101101
Octal 167 333 255
Decimal 119 219 173
Hex 77 DB AD

RGB Percentages of Color #77dbad

%23.29
%42.86
%33.86

CMYK Percentages of Color #77dbad

%46
%0
%21
%14

Triadic Colors of #77dbad

#77dbad #ad77db #dbad77

Analogous Colors of #77dbad

#77dbad #77d7db #77db7b

Monochromatic Colors of #77dbad

#77dbad

Complementary Color

#77dbad #db77a5

#77dbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77dbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#77dbad Color CSS Codes

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

#77dbad Text Font Color

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

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


#77dbad Background Color

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

This div background color is #77dbad


#77dbad Border Color

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

This div border color is #77dbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77dbad


Comments

No comments written yet.

Please login to write comment.