Color Hex Logo

#77bbef Color Hex

#77BBEF
(119,187,239)
0 Favorites   0 Comments

Color spaces of #77bbef

RGB 119187239
HSL0.570.790.70
HSV206°50°94°
CMYK 0.500.220.00   0.06
XYZ40.958145.694688.3226
Yxy45.69460.23410.2611
Hunter Lab67.5978-10.1414-30.1493
CIE-Lab73.3469-7.4536-32.4772

#77bbef color RGB value is (119,187,239).

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

The process color (four color CMYK) of #77bbef color hex is 0.50, 0.22, 0.00, 0.06. Web safe color of #77bbef is #66ccff. Color #77bbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10111011 11101111
Octal 167 273 357
Decimal 119 187 239
Hex 77 BB EF

RGB Percentages of Color #77bbef

%21.83
%34.31
%43.85

CMYK Percentages of Color #77bbef

%50
%22
%0
%6

Triadic Colors of #77bbef

#77bbef #ef77bb #bbef77

Analogous Colors of #77bbef

#77bbef #777fef #77efe7

Monochromatic Colors of #77bbef

#77bbef

Complementary Color

#77bbef #efab77

#77bbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77bbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#77bbef Color CSS Codes

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

#77bbef Text Font Color

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

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


#77bbef Background Color

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

This div background color is #77bbef


#77bbef Border Color

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

This div border color is #77bbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77bbef


Comments

No comments written yet.

Please login to write comment.