Color Hex Logo

#77d7bd Color Hex

#77D7BD
(119,215,189)
0 Favorites   0 Comments

Color spaces of #77d7bd

RGB 119215189
HSL0.450.550.65
HSV164°45°84°
CMYK 0.450.000.12   0.16
XYZ41.093556.196956.8254
Yxy56.19690.26660.3646
Hunter Lab74.9646-33.33937.5316
CIE-Lab79.7257-34.53284.0203

#77d7bd color RGB value is (119,215,189).

#77d7bd hex color red value is 119, green value is 215 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #77d7bd hue: 0.45 , saturation: 0.55 and the lightness value of 77d7bd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11010111 10111101
Octal 167 327 275
Decimal 119 215 189
Hex 77 D7 BD

RGB Percentages of Color #77d7bd

%22.75
%41.11
%36.14

CMYK Percentages of Color #77d7bd

%45
%0
%12
%16

Triadic Colors of #77d7bd

#77d7bd #bd77d7 #d7bd77

Analogous Colors of #77d7bd

#77d7bd #77c1d7 #77d78d

Monochromatic Colors of #77d7bd

#77d7bd

Complementary Color

#77d7bd #d77791

#77d7bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77d7bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#77d7bd Color CSS Codes

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

#77d7bd Text Font Color

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

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


#77d7bd Background Color

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

This div background color is #77d7bd


#77d7bd Border Color

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

This div border color is #77d7bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77d7bd


Comments

No comments written yet.

Please login to write comment.