Color Hex Logo

#77bfda Color Hex

#77BFDA
(119,191,218)
0 Favorites   0 Comments

Color spaces of #77bfda

RGB 119191218
HSL0.550.570.66
HSV196°45°85°
CMYK 0.450.120.00   0.15
XYZ38.893446.245573.2060
Yxy46.24550.24560.2921
Hunter Lab68.0040-16.9180-16.2225
CIE-Lab73.7046-15.4508-20.5470

#77bfda color RGB value is (119,191,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10111111 11011010
Octal 167 277 332
Decimal 119 191 218
Hex 77 BF DA

RGB Percentages of Color #77bfda

%22.54
%36.17
%41.29

CMYK Percentages of Color #77bfda

%45
%12
%0
%15

Triadic Colors of #77bfda

#77bfda #da77bf #bfda77

Analogous Colors of #77bfda

#77bfda #778eda #77dac4

Monochromatic Colors of #77bfda

#77bfda

Complementary Color

#77bfda #da9277

#77bfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77bfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#77bfda Color CSS Codes

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

#77bfda Text Font Color

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

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


#77bfda Background Color

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

This div background color is #77bfda


#77bfda Border Color

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

This div border color is #77bfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77bfda

#77bfda Color Palettes


Comments

No comments written yet.

Please login to write comment.