Color Hex Logo

#77dbbe Color Hex

#77DBBE
(119,219,190)
0 Favorites   0 Comments

Color spaces of #77dbbe

RGB 119219190
HSL0.450.580.66
HSV163°46°86°
CMYK 0.460.000.13   0.14
XYZ42.233558.302757.7428
Yxy58.30270.26680.3684
Hunter Lab76.3562-34.89298.6125
CIE-Lab80.9068-36.15925.1947

#77dbbe color RGB value is (119,219,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11011011 10111110
Octal 167 333 276
Decimal 119 219 190
Hex 77 DB BE

RGB Percentages of Color #77dbbe

%22.54
%41.48
%35.98

CMYK Percentages of Color #77dbbe

%46
%0
%13
%14

Triadic Colors of #77dbbe

#77dbbe #be77db #dbbe77

Analogous Colors of #77dbbe

#77dbbe #77c6db #77db8c

Monochromatic Colors of #77dbbe

#77dbbe

Complementary Color

#77dbbe #db7794

#77dbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77dbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#77dbbe Color CSS Codes

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

#77dbbe Text Font Color

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

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


#77dbbe Background Color

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

This div background color is #77dbbe


#77dbbe Border Color

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

This div border color is #77dbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77dbbe


Comments

No comments written yet.

Please login to write comment.