Color Hex Logo

#77d1bf Color Hex

#77D1BF
(119,209,191)
0 Favorites   0 Comments

Color spaces of #77d1bf

RGB 119209191
HSL0.470.490.64
HSV168°43°82°
CMYK 0.430.000.09   0.18
XYZ39.812253.284557.4768
Yxy53.28450.26440.3539
Hunter Lab72.9962-30.38944.4128
CIE-Lab78.0427-31.24930.5055

#77d1bf color RGB value is (119,209,191).

#77d1bf hex color red value is 119, green value is 209 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #77d1bf hue: 0.47 , saturation: 0.49 and the lightness value of 77d1bf is 0.64.

The process color (four color CMYK) of #77d1bf color hex is 0.43, 0.00, 0.09, 0.18. Web safe color of #77d1bf is #66cccc. Color #77d1bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 11010001 10111111
Octal 167 321 277
Decimal 119 209 191
Hex 77 D1 BF

RGB Percentages of Color #77d1bf

%22.93
%40.27
%36.80

CMYK Percentages of Color #77d1bf

%43
%0
%9
%18

Triadic Colors of #77d1bf

#77d1bf #bf77d1 #d1bf77

Analogous Colors of #77d1bf

#77d1bf #77b6d1 #77d192

Monochromatic Colors of #77d1bf

#77d1bf

Complementary Color

#77d1bf #d17789

#77d1bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77d1bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#77d1bf Color CSS Codes

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

#77d1bf Text Font Color

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

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


#77d1bf Background Color

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

This div background color is #77d1bf


#77d1bf Border Color

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

This div border color is #77d1bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77d1bf


Comments

No comments written yet.

Please login to write comment.