Color Hex Logo

#77dfcd Color Hex

#77DFCD
(119,223,205)
0 Favorites   0 Comments

Color spaces of #77dfcd

RGB 119223205
HSL0.470.620.67
HSV170°47°87°
CMYK 0.470.000.08   0.13
XYZ45.014961.105167.1795
Yxy61.10510.25980.3526
Hunter Lab78.1698-34.00593.7647
CIE-Lab82.4352-34.5488-0.5479

#77dfcd color RGB value is (119,223,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11011111 11001101
Octal 167 337 315
Decimal 119 223 205
Hex 77 DF CD

RGB Percentages of Color #77dfcd

%21.76
%40.77
%37.48

CMYK Percentages of Color #77dfcd

%47
%0
%8
%13

Triadic Colors of #77dfcd

#77dfcd #cd77df #dfcd77

Analogous Colors of #77dfcd

#77dfcd #77bddf #77df99

Monochromatic Colors of #77dfcd

#77dfcd

Complementary Color

#77dfcd #df7789

#77dfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77dfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#77dfcd Color CSS Codes

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

#77dfcd Text Font Color

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

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


#77dfcd Background Color

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

This div background color is #77dfcd


#77dfcd Border Color

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

This div border color is #77dfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77dfcd


Comments

No comments written yet.

Please login to write comment.