Color Hex Logo

#77ddbc Color Hex

#77DDBC
(119,221,188)
1 Favorites   0 Comments

Color spaces of #77ddbc

RGB 119221188
HSL0.450.600.67
HSV161°46°87°
CMYK 0.460.000.15   0.13
XYZ42.541359.265756.7742
Yxy59.26570.26830.3737
Hunter Lab76.9842-36.083710.1639
CIE-Lab81.4374-37.52187.0199

#77ddbc color RGB value is (119,221,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11011101 10111100
Octal 167 335 274
Decimal 119 221 188
Hex 77 DD BC

RGB Percentages of Color #77ddbc

%22.54
%41.86
%35.61

CMYK Percentages of Color #77ddbc

%46
%0
%15
%13

Triadic Colors of #77ddbc

#77ddbc #bc77dd #ddbc77

Analogous Colors of #77ddbc

#77ddbc #77cbdd #77dd89

Monochromatic Colors of #77ddbc

#77ddbc

Complementary Color

#77ddbc #dd7798

#77ddbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77ddbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#77ddbc Color CSS Codes

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

#77ddbc Text Font Color

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

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


#77ddbc Background Color

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

This div background color is #77ddbc


#77ddbc Border Color

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

This div border color is #77ddbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77ddbc


Comments

No comments written yet.

Please login to write comment.