Color Hex Logo

#77bbda Color Hex

#77BBDA
(119,187,218)
0 Favorites   0 Comments

Color spaces of #77bbda

RGB 119187218
HSL0.550.570.66
HSV199°45°85°
CMYK 0.450.140.00   0.15
XYZ38.033044.524572.9192
Yxy44.52450.24460.2864
Hunter Lab66.7267-15.0299-18.0837
CIE-Lab72.5777-13.3514-22.2607

#77bbda color RGB value is (119,187,218).

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

The process color (four color CMYK) of #77bbda color hex is 0.45, 0.14, 0.00, 0.15. Web safe color of #77bbda is #66cccc. Color #77bbda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10111011 11011010
Octal 167 273 332
Decimal 119 187 218
Hex 77 BB DA

RGB Percentages of Color #77bbda

%22.71
%35.69
%41.60

CMYK Percentages of Color #77bbda

%45
%14
%0
%15

Triadic Colors of #77bbda

#77bbda #da77bb #bbda77

Analogous Colors of #77bbda

#77bbda #778ada #77dac8

Monochromatic Colors of #77bbda

#77bbda

Complementary Color

#77bbda #da9677

#77bbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77bbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#77bbda Color CSS Codes

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

#77bbda Text Font Color

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

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


#77bbda Background Color

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

This div background color is #77bbda


#77bbda Border Color

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

This div border color is #77bbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77bbda


Comments

No comments written yet.

Please login to write comment.