Color Hex Logo

#77ddcb Color Hex

#77DDCB
(119,221,203)
0 Favorites   0 Comments

Color spaces of #77ddcb

RGB 119221203
HSL0.470.600.67
HSV169°46°87°
CMYK 0.460.000.08   0.13
XYZ44.243759.946665.7389
Yxy59.94660.26040.3528
Hunter Lab77.4252-33.49243.8567
CIE-Lab81.8092-34.0888-0.4014

#77ddcb color RGB value is (119,221,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11011101 11001011
Octal 167 335 313
Decimal 119 221 203
Hex 77 DD CB

RGB Percentages of Color #77ddcb

%21.92
%40.70
%37.38

CMYK Percentages of Color #77ddcb

%46
%0
%8
%13

Triadic Colors of #77ddcb

#77ddcb #cb77dd #ddcb77

Analogous Colors of #77ddcb

#77ddcb #77bcdd #77dd98

Monochromatic Colors of #77ddcb

#77ddcb

Complementary Color

#77ddcb #dd7789

#77ddcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77ddcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#77ddcb Color CSS Codes

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

#77ddcb Text Font Color

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

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


#77ddcb Background Color

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

This div background color is #77ddcb


#77ddcb Border Color

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

This div border color is #77ddcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77ddcb


Comments

No comments written yet.

Please login to write comment.