Color Hex Logo

#77debe Color Hex

#77DEBE
(119,222,190)
0 Favorites   0 Comments

Color spaces of #77debe

RGB 119222190
HSL0.450.610.67
HSV161°46°87°
CMYK 0.460.000.14   0.13
XYZ43.023359.882258.0061
Yxy59.88220.26740.3721
Hunter Lab77.3836-36.17989.7252
CIE-Lab81.7741-37.53406.4444

#77debe color RGB value is (119,222,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11011110 10111110
Octal 167 336 276
Decimal 119 222 190
Hex 77 DE BE

RGB Percentages of Color #77debe

%22.41
%41.81
%35.78

CMYK Percentages of Color #77debe

%46
%0
%14
%13

Triadic Colors of #77debe

#77debe #be77de #debe77

Analogous Colors of #77debe

#77debe #77cbde #77de8b

Monochromatic Colors of #77debe

#77debe

Complementary Color

#77debe #de7797

#77debe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77debe Color Preview on White Background

Lorem ipsum dolor sit amet.

#77debe Color CSS Codes

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

#77debe Text Font Color

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

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


#77debe Background Color

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

This div background color is #77debe


#77debe Border Color

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

This div border color is #77debe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,222,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 #77debe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77debe


Comments

No comments written yet.

Please login to write comment.