Color Hex Logo

#77ddbb Color Hex

#77DDBB
(119,221,187)
0 Favorites   0 Comments

Color spaces of #77ddbb

RGB 119221187
HSL0.440.600.67
HSV160°46°87°
CMYK 0.460.000.15   0.13
XYZ42.433859.222756.2083
Yxy59.22270.26880.3751
Hunter Lab76.9563-36.248410.5644
CIE-Lab81.4139-37.74267.5159

#77ddbb color RGB value is (119,221,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11011101 10111011
Octal 167 335 273
Decimal 119 221 187
Hex 77 DD BB

RGB Percentages of Color #77ddbb

%22.58
%41.94
%35.48

CMYK Percentages of Color #77ddbb

%46
%0
%15
%13

Triadic Colors of #77ddbb

#77ddbb #bb77dd #ddbb77

Analogous Colors of #77ddbb

#77ddbb #77ccdd #77dd88

Monochromatic Colors of #77ddbb

#77ddbb

Complementary Color

#77ddbb #dd7799

#77ddbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77ddbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#77ddbb Color CSS Codes

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

#77ddbb Text Font Color

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

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


#77ddbb Background Color

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

This div background color is #77ddbb


#77ddbb Border Color

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

This div border color is #77ddbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77ddbb


Comments

No comments written yet.

Please login to write comment.