Color Hex Logo

#77dfbf Color Hex

#77DFBF
(119,223,191)
0 Favorites   0 Comments

Color spaces of #77dfbf

RGB 119223191
HSL0.450.620.67
HSV162°47°87°
CMYK 0.470.000.14   0.13
XYZ43.399460.458958.6726
Yxy60.45890.26700.3720
Hunter Lab77.7553-36.44149.6897
CIE-Lab82.0870-37.76716.3652

#77dfbf color RGB value is (119,223,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11011111 10111111
Octal 167 337 277
Decimal 119 223 191
Hex 77 DF BF

RGB Percentages of Color #77dfbf

%22.33
%41.84
%35.83

CMYK Percentages of Color #77dfbf

%47
%0
%14
%13

Triadic Colors of #77dfbf

#77dfbf #bf77df #dfbf77

Analogous Colors of #77dfbf

#77dfbf #77cbdf #77df8b

Monochromatic Colors of #77dfbf

#77dfbf

Complementary Color

#77dfbf #df7797

#77dfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77dfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#77dfbf Color CSS Codes

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

#77dfbf Text Font Color

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

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


#77dfbf Background Color

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

This div background color is #77dfbf


#77dfbf Border Color

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

This div border color is #77dfbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77dfbf


Comments

No comments written yet.

Please login to write comment.