Color Hex Logo

#77bcfe Color Hex

#77BCFE
(119,188,254)
0 Favorites   0 Comments

Color spaces of #77bcfe

RGB 119188254
HSL0.580.990.73
HSV209°53°100°
CMYK 0.530.260.00   0.00
XYZ43.480447.0441100.5547
Yxy47.04410.22760.2462
Hunter Lab68.5887-6.8738-38.9102
CIE-Lab74.2180-3.6096-39.2167

#77bcfe color RGB value is (119,188,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10111100 11111110
Octal 167 274 376
Decimal 119 188 254
Hex 77 BC FE

RGB Percentages of Color #77bcfe

%21.21
%33.51
%45.28

CMYK Percentages of Color #77bcfe

%53
%26
%0
%0

Triadic Colors of #77bcfe

#77bcfe #fe77bc #bcfe77

Analogous Colors of #77bcfe

#77bcfe #7779fe #77fefd

Monochromatic Colors of #77bcfe

#77bcfe

Complementary Color

#77bcfe #feb977

#77bcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77bcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#77bcfe Color CSS Codes

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

#77bcfe Text Font Color

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

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


#77bcfe Background Color

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

This div background color is #77bcfe


#77bcfe Border Color

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

This div border color is #77bcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77bcfe


Comments

No comments written yet.

Please login to write comment.