Color Hex Logo

#77dbac Color Hex

#77DBAC
(119,219,172)
0 Favorites   0 Comments

Color spaces of #77dbac

RGB 119219172
HSL0.420.580.66
HSV152°46°86°
CMYK 0.460.000.21   0.14
XYZ40.385757.563548.0121
Yxy57.56350.27670.3944
Hunter Lab75.8706-37.758615.5898
CIE-Lab80.4955-40.034014.1439

#77dbac color RGB value is (119,219,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11011011 10101100
Octal 167 333 254
Decimal 119 219 172
Hex 77 DB AC

RGB Percentages of Color #77dbac

%23.33
%42.94
%33.73

CMYK Percentages of Color #77dbac

%46
%0
%21
%14

Triadic Colors of #77dbac

#77dbac #ac77db #dbac77

Analogous Colors of #77dbac

#77dbac #77d8db #77db7a

Monochromatic Colors of #77dbac

#77dbac

Complementary Color

#77dbac #db77a6

#77dbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77dbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#77dbac Color CSS Codes

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

#77dbac Text Font Color

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

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


#77dbac Background Color

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

This div background color is #77dbac


#77dbac Border Color

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

This div border color is #77dbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77dbac


Comments

No comments written yet.

Please login to write comment.