Color Hex Logo

#77dfbe Color Hex

#77DFBE
(119,223,190)
0 Favorites   0 Comments

Color spaces of #77dfbe

RGB 119223190
HSL0.450.620.67
HSV161°47°87°
CMYK 0.470.000.15   0.13
XYZ43.289760.415058.0949
Yxy60.41500.26760.3734
Hunter Lab77.7271-36.607710.0943
CIE-Lab82.0632-37.98956.8602

#77dfbe color RGB value is (119,223,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11011111 10111110
Octal 167 337 276
Decimal 119 223 190
Hex 77 DF BE

RGB Percentages of Color #77dfbe

%22.37
%41.92
%35.71

CMYK Percentages of Color #77dfbe

%47
%0
%15
%13

Triadic Colors of #77dfbe

#77dfbe #be77df #dfbe77

Analogous Colors of #77dfbe

#77dfbe #77ccdf #77df8a

Monochromatic Colors of #77dfbe

#77dfbe

Complementary Color

#77dfbe #df7798

#77dfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77dfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#77dfbe Color CSS Codes

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

#77dfbe Text Font Color

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

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


#77dfbe Background Color

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

This div background color is #77dfbe


#77dfbe Border Color

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

This div border color is #77dfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77dfbe


Comments

No comments written yet.

Please login to write comment.