Color Hex Logo

#77befb Color Hex

#77BEFB
(119,190,251)
0 Favorites   0 Comments

Color spaces of #77befb

RGB 119190251
HSL0.580.940.73
HSV208°53°98°
CMYK 0.530.240.00   0.02
XYZ43.433847.713998.1873
Yxy47.71390.22940.2520
Hunter Lab69.0752-8.6427-35.9253
CIE-Lab74.6441-5.5841-36.9413

#77befb color RGB value is (119,190,251).

#77befb hex color red value is 119, green value is 190 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #77befb hue: 0.58 , saturation: 0.94 and the lightness value of 77befb is 0.73.

The process color (four color CMYK) of #77befb color hex is 0.53, 0.24, 0.00, 0.02. Web safe color of #77befb is #66ccff. Color #77befb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10111110 11111011
Octal 167 276 373
Decimal 119 190 251
Hex 77 BE FB

RGB Percentages of Color #77befb

%21.25
%33.93
%44.82

CMYK Percentages of Color #77befb

%53
%24
%0
%2

Triadic Colors of #77befb

#77befb #fb77be #befb77

Analogous Colors of #77befb

#77befb #777cfb #77fbf6

Monochromatic Colors of #77befb

#77befb

Complementary Color

#77befb #fbb477

#77befb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77befb Color Preview on White Background

Lorem ipsum dolor sit amet.

#77befb Color CSS Codes

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

#77befb Text Font Color

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

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


#77befb Background Color

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

This div background color is #77befb


#77befb Border Color

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

This div border color is #77befb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77befb


Comments

No comments written yet.

Please login to write comment.