Color Hex Logo

#77bbea Color Hex

#77BBEA
(119,187,234)
0 Favorites   0 Comments

Color spaces of #77bbea

RGB 119187234
HSL0.570.730.69
HSV205°49°92°
CMYK 0.490.200.00   0.08
XYZ40.229445.403184.4853
Yxy45.40310.23650.2669
Hunter Lab67.3818-11.3472-27.1723
CIE-Lab73.1565-8.8861-30.0641

#77bbea color RGB value is (119,187,234).

#77bbea hex color red value is 119, green value is 187 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #77bbea hue: 0.57 , saturation: 0.73 and the lightness value of 77bbea is 0.69.

The process color (four color CMYK) of #77bbea color hex is 0.49, 0.20, 0.00, 0.08. Web safe color of #77bbea is #66ccff. Color #77bbea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10111011 11101010
Octal 167 273 352
Decimal 119 187 234
Hex 77 BB EA

RGB Percentages of Color #77bbea

%22.04
%34.63
%43.33

CMYK Percentages of Color #77bbea

%49
%20
%0
%8

Triadic Colors of #77bbea

#77bbea #ea77bb #bbea77

Analogous Colors of #77bbea

#77bbea #7782ea #77eae0

Monochromatic Colors of #77bbea

#77bbea

Complementary Color

#77bbea #eaa677

#77bbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77bbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#77bbea Color CSS Codes

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

#77bbea Text Font Color

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

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


#77bbea Background Color

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

This div background color is #77bbea


#77bbea Border Color

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

This div border color is #77bbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77bbea


Comments

No comments written yet.

Please login to write comment.