Color Hex Logo

#77bedb Color Hex

#77BEDB
(119,190,219)
0 Favorites   0 Comments

Color spaces of #77bedb

RGB 119190219
HSL0.550.580.66
HSV197°46°86°
CMYK 0.460.130.00   0.14
XYZ38.807445.863373.8250
Yxy45.86330.24480.2894
Hunter Lab67.7224-16.2274-17.2270
CIE-Lab73.4567-14.6565-21.4667

#77bedb color RGB value is (119,190,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10111110 11011011
Octal 167 276 333
Decimal 119 190 219
Hex 77 BE DB

RGB Percentages of Color #77bedb

%22.54
%35.98
%41.48

CMYK Percentages of Color #77bedb

%46
%13
%0
%14

Triadic Colors of #77bedb

#77bedb #db77be #bedb77

Analogous Colors of #77bedb

#77bedb #778cdb #77dbc6

Monochromatic Colors of #77bedb

#77bedb

Complementary Color

#77bedb #db9477

#77bedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77bedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#77bedb Color CSS Codes

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

#77bedb Text Font Color

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

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


#77bedb Background Color

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

This div background color is #77bedb


#77bedb Border Color

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

This div border color is #77bedb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,190,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 #77bedb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77bedb


Comments

No comments written yet.

Please login to write comment.