Color Hex Logo

#77bfbc Color Hex

#77BFBC
(119,191,188)
0 Favorites   0 Comments

Color spaces of #77bfbc

RGB 119191188
HSL0.490.360.61
HSV178°38°75°
CMYK 0.380.000.02   0.25
XYZ35.315744.814454.3657
Yxy44.81440.26260.3332
Hunter Lab66.9436-22.9845-1.2897
CIE-Lab72.7695-23.1706-5.6155

#77bfbc color RGB value is (119,191,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10111111 10111100
Octal 167 277 274
Decimal 119 191 188
Hex 77 BF BC

RGB Percentages of Color #77bfbc

%23.90
%38.35
%37.75

CMYK Percentages of Color #77bfbc

%38
%0
%2
%25

Triadic Colors of #77bfbc

#77bfbc #bc77bf #bfbc77

Analogous Colors of #77bfbc

#77bfbc #779ebf #77bf98

Monochromatic Colors of #77bfbc

#77bfbc

Complementary Color

#77bfbc #bf777a

#77bfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77bfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#77bfbc Color CSS Codes

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

#77bfbc Text Font Color

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

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


#77bfbc Background Color

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

This div background color is #77bfbc


#77bfbc Border Color

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

This div border color is #77bfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77bfbc


Comments

No comments written yet.

Please login to write comment.