Color Hex Logo

#77bddb Color Hex

#77BDDB
(119,189,219)
0 Favorites   0 Comments

Color spaces of #77bddb

RGB 119189219
HSL0.550.580.66
HSV198°46°86°
CMYK 0.460.140.00   0.14
XYZ38.591545.431673.7530
Yxy45.43160.24460.2879
Hunter Lab67.4030-15.7552-17.6936
CIE-Lab73.1752-14.1320-21.8950

#77bddb color RGB value is (119,189,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10111101 11011011
Octal 167 275 333
Decimal 119 189 219
Hex 77 BD DB

RGB Percentages of Color #77bddb

%22.58
%35.86
%41.56

CMYK Percentages of Color #77bddb

%46
%14
%0
%14

Triadic Colors of #77bddb

#77bddb #db77bd #bddb77

Analogous Colors of #77bddb

#77bddb #778bdb #77dbc7

Monochromatic Colors of #77bddb

#77bddb

Complementary Color

#77bddb #db9577

#77bddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77bddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#77bddb Color CSS Codes

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

#77bddb Text Font Color

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

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


#77bddb Background Color

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

This div background color is #77bddb


#77bddb Border Color

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

This div border color is #77bddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77bddb


Comments

No comments written yet.

Please login to write comment.