Color Hex Logo

#77daba Color Hex

#77DABA
(119,218,186)
0 Favorites   0 Comments

Color spaces of #77daba

RGB 119218186
HSL0.450.570.66
HSV161°45°85°
CMYK 0.450.000.15   0.15
XYZ41.542157.609955.3847
Yxy57.60990.26880.3728
Hunter Lab75.9012-35.13089.8672
CIE-Lab80.5214-36.59176.7647

#77daba color RGB value is (119,218,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11011010 10111010
Octal 167 332 272
Decimal 119 218 186
Hex 77 DA BA

RGB Percentages of Color #77daba

%22.75
%41.68
%35.56

CMYK Percentages of Color #77daba

%45
%0
%15
%15

Triadic Colors of #77daba

#77daba #ba77da #daba77

Analogous Colors of #77daba

#77daba #77c9da #77da89

Monochromatic Colors of #77daba

#77daba

Complementary Color

#77daba #da7797

#77daba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77daba Color Preview on White Background

Lorem ipsum dolor sit amet.

#77daba Color CSS Codes

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

#77daba Text Font Color

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

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


#77daba Background Color

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

This div background color is #77daba


#77daba Border Color

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

This div border color is #77daba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77daba


Comments

No comments written yet.

Please login to write comment.