Color Hex Logo

#77dabb Color Hex

#77DABB
(119,218,187)
0 Favorites   0 Comments

Color spaces of #77dabb

RGB 119218187
HSL0.450.570.66
HSV161°45°85°
CMYK 0.450.000.14   0.15
XYZ41.648857.652655.9467
Yxy57.65260.26830.3714
Hunter Lab75.9293-34.96539.4641
CIE-Lab80.5453-36.36986.2676

#77dabb color RGB value is (119,218,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11011010 10111011
Octal 167 332 273
Decimal 119 218 187
Hex 77 DA BB

RGB Percentages of Color #77dabb

%22.71
%41.60
%35.69

CMYK Percentages of Color #77dabb

%45
%0
%14
%15

Triadic Colors of #77dabb

#77dabb #bb77da #dabb77

Analogous Colors of #77dabb

#77dabb #77c8da #77da8a

Monochromatic Colors of #77dabb

#77dabb

Complementary Color

#77dabb #da7796

#77dabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77dabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#77dabb Color CSS Codes

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

#77dabb Text Font Color

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

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


#77dabb Background Color

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

This div background color is #77dabb


#77dabb Border Color

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

This div border color is #77dabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77dabb


Comments

No comments written yet.

Please login to write comment.