Color Hex Logo

#77bcbe Color Hex

#77BCBE
(119,188,190)
0 Favorites   0 Comments

Color spaces of #77bcbe

RGB 119188190
HSL0.500.350.61
HSV182°37°75°
CMYK 0.370.010.00   0.25
XYZ34.885243.606155.2934
Yxy43.60610.26080.3259
Hunter Lab66.0349-21.2624-3.4212
CIE-Lab71.9644-21.1670-7.9010

#77bcbe color RGB value is (119,188,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10111100 10111110
Octal 167 274 276
Decimal 119 188 190
Hex 77 BC BE

RGB Percentages of Color #77bcbe

%23.94
%37.83
%38.23

CMYK Percentages of Color #77bcbe

%37
%1
%0
%25

Triadic Colors of #77bcbe

#77bcbe #be77bc #bcbe77

Analogous Colors of #77bcbe

#77bcbe #7799be #77be9d

Monochromatic Colors of #77bcbe

#77bcbe

Complementary Color

#77bcbe #be7977

#77bcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77bcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#77bcbe Color CSS Codes

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

#77bcbe Text Font Color

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

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


#77bcbe Background Color

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

This div background color is #77bcbe


#77bcbe Border Color

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

This div border color is #77bcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77bcbe


Comments

No comments written yet.

Please login to write comment.