Color Hex Logo

#77bfdc Color Hex

#77BFDC
(119,191,220)
0 Favorites   0 Comments

Color spaces of #77bfdc

RGB 119191220
HSL0.550.590.66
HSV197°46°86°
CMYK 0.460.130.00   0.14
XYZ39.156846.350874.5930
Yxy46.35080.24460.2895
Hunter Lab68.0814-16.4788-17.3037
CIE-Lab73.7726-14.9080-21.5293

#77bfdc color RGB value is (119,191,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10111111 11011100
Octal 167 277 334
Decimal 119 191 220
Hex 77 BF DC

RGB Percentages of Color #77bfdc

%22.45
%36.04
%41.51

CMYK Percentages of Color #77bfdc

%46
%13
%0
%14

Triadic Colors of #77bfdc

#77bfdc #dc77bf #bfdc77

Analogous Colors of #77bfdc

#77bfdc #778ddc #77dcc7

Monochromatic Colors of #77bfdc

#77bfdc

Complementary Color

#77bfdc #dc9477

#77bfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77bfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#77bfdc Color CSS Codes

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

#77bfdc Text Font Color

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

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


#77bfdc Background Color

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

This div background color is #77bfdc


#77bfdc Border Color

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

This div border color is #77bfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77bfdc


Comments

No comments written yet.

Please login to write comment.