Color Hex Logo

#77bcda Color Hex

#77BCDA
(119,188,218)
0 Favorites   0 Comments

Color spaces of #77bcda

RGB 119188218
HSL0.550.570.66
HSV198°45°85°
CMYK 0.450.140.00   0.15
XYZ38.245944.950372.9902
Yxy44.95030.24490.2878
Hunter Lab67.0450-15.5032-17.6161
CIE-Lab72.8592-13.8784-21.8322

#77bcda color RGB value is (119,188,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10111100 11011010
Octal 167 274 332
Decimal 119 188 218
Hex 77 BC DA

RGB Percentages of Color #77bcda

%22.67
%35.81
%41.52

CMYK Percentages of Color #77bcda

%45
%14
%0
%15

Triadic Colors of #77bcda

#77bcda #da77bc #bcda77

Analogous Colors of #77bcda

#77bcda #778bda #77dac7

Monochromatic Colors of #77bcda

#77bcda

Complementary Color

#77bcda #da9577

#77bcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77bcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#77bcda Color CSS Codes

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

#77bcda Text Font Color

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

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


#77bcda Background Color

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

This div background color is #77bcda


#77bcda Border Color

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

This div border color is #77bcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77bcda


Comments

No comments written yet.

Please login to write comment.