Color Hex Logo

#77becb Color Hex

#77BECB
(119,190,203)
0 Favorites   0 Comments

Color spaces of #77becb

RGB 119190203
HSL0.530.450.63
HSV189°41°80°
CMYK 0.410.060.00   0.20
XYZ36.800745.060663.2579
Yxy45.06060.25360.3105
Hunter Lab67.1272-19.6147-8.8834
CIE-Lab72.9318-18.9007-13.5534

#77becb color RGB value is (119,190,203).

#77becb hex color red value is 119, green value is 190 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #77becb hue: 0.53 , saturation: 0.45 and the lightness value of 77becb is 0.63.

The process color (four color CMYK) of #77becb color hex is 0.41, 0.06, 0.00, 0.20. Web safe color of #77becb is #66cccc. Color #77becb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10111110 11001011
Octal 167 276 313
Decimal 119 190 203
Hex 77 BE CB

RGB Percentages of Color #77becb

%23.24
%37.11
%39.65

CMYK Percentages of Color #77becb

%41
%6
%0
%20

Triadic Colors of #77becb

#77becb #cb77be #becb77

Analogous Colors of #77becb

#77becb #7794cb #77cbae

Monochromatic Colors of #77becb

#77becb

Complementary Color

#77becb #cb8477

#77becb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77becb Color Preview on White Background

Lorem ipsum dolor sit amet.

#77becb Color CSS Codes

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

#77becb Text Font Color

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

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


#77becb Background Color

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

This div background color is #77becb


#77becb Border Color

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

This div border color is #77becb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77becb


Comments

No comments written yet.

Please login to write comment.