Color Hex Logo

#77bfab Color Hex

#77BFAB
(119,191,171)
0 Favorites   0 Comments

Color spaces of #77bfab

RGB 119191171
HSL0.450.360.61
HSV163°38°75°
CMYK 0.380.000.10   0.25
XYZ33.589244.123845.2745
Yxy44.12380.27310.3588
Hunter Lab66.4257-25.98386.0871
CIE-Lab72.3112-27.15082.9831

#77bfab color RGB value is (119,191,171).

#77bfab hex color red value is 119, green value is 191 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #77bfab hue: 0.45 , saturation: 0.36 and the lightness value of 77bfab is 0.61.

The process color (four color CMYK) of #77bfab color hex is 0.38, 0.00, 0.10, 0.25. Web safe color of #77bfab is #66cc99. Color #77bfab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10111111 10101011
Octal 167 277 253
Decimal 119 191 171
Hex 77 BF AB

RGB Percentages of Color #77bfab

%24.74
%39.71
%35.55

CMYK Percentages of Color #77bfab

%38
%0
%10
%25

Triadic Colors of #77bfab

#77bfab #ab77bf #bfab77

Analogous Colors of #77bfab

#77bfab #77afbf #77bf87

Monochromatic Colors of #77bfab

#77bfab

Complementary Color

#77bfab #bf778b

#77bfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77bfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#77bfab Color CSS Codes

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

#77bfab Text Font Color

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

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


#77bfab Background Color

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

This div background color is #77bfab


#77bfab Border Color

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

This div border color is #77bfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77bfab


Comments

No comments written yet.

Please login to write comment.