Color Hex Logo

#77dbbd Color Hex

#77DBBD
(119,219,189)
0 Favorites   0 Comments

Color spaces of #77dbbd

RGB 119219189
HSL0.450.580.66
HSV162°46°86°
CMYK 0.460.000.14   0.14
XYZ42.124658.259157.1690
Yxy58.25910.26740.3698
Hunter Lab76.3276-35.06079.0215
CIE-Lab80.8826-36.38335.6910

#77dbbd color RGB value is (119,219,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11011011 10111101
Octal 167 333 275
Decimal 119 219 189
Hex 77 DB BD

RGB Percentages of Color #77dbbd

%22.58
%41.56
%35.86

CMYK Percentages of Color #77dbbd

%46
%0
%14
%14

Triadic Colors of #77dbbd

#77dbbd #bd77db #dbbd77

Analogous Colors of #77dbbd

#77dbbd #77c7db #77db8b

Monochromatic Colors of #77dbbd

#77dbbd

Complementary Color

#77dbbd #db7795

#77dbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77dbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#77dbbd Color CSS Codes

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

#77dbbd Text Font Color

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

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


#77dbbd Background Color

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

This div background color is #77dbbd


#77dbbd Border Color

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

This div border color is #77dbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77dbbd


Comments

No comments written yet.

Please login to write comment.