Color Hex Logo

#77bcbf Color Hex

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

Color spaces of #77bcbf

RGB 119188191
HSL0.510.360.61
HSV183°38°75°
CMYK 0.380.020.00   0.25
XYZ34.994943.650055.8711
Yxy43.65000.26020.3245
Hunter Lab66.0681-21.0716-3.8914
CIE-Lab71.9939-20.9193-8.4039

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

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

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

Base Numbers

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

RGB Percentages of Color #77bcbf

%23.90
%37.75
%38.35

CMYK Percentages of Color #77bcbf

%38
%2
%0
%25

Triadic Colors of #77bcbf

#77bcbf #bf77bc #bcbf77

Analogous Colors of #77bcbf

#77bcbf #7798bf #77bf9e

Monochromatic Colors of #77bcbf

#77bcbf

Complementary Color

#77bcbf #bf7a77

#77bcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77bcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#77bcbf Color CSS Codes

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

#77bcbf Text Font Color

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

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


#77bcbf Background Color

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

This div background color is #77bcbf


#77bcbf Border Color

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

This div border color is #77bcbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,188,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 #77bcbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77bcbf


Comments

No comments written yet.

Please login to write comment.