Color Hex Logo

#77b6dc Color Hex

#77B6DC
(119,182,220)
0 Favorites   0 Comments

Color spaces of #77b6dc

RGB 119182220
HSL0.560.590.66
HSV203°46°86°
CMYK 0.460.170.00   0.14
XYZ37.254042.545173.9587
Yxy42.54510.24230.2767
Hunter Lab65.2266-12.1968-21.5687
CIE-Lab71.2451-10.1405-25.3858

#77b6dc color RGB value is (119,182,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10110110 11011100
Octal 167 266 334
Decimal 119 182 220
Hex 77 B6 DC

RGB Percentages of Color #77b6dc

%22.84
%34.93
%42.23

CMYK Percentages of Color #77b6dc

%46
%17
%0
%14

Triadic Colors of #77b6dc

#77b6dc #dc77b6 #b6dc77

Analogous Colors of #77b6dc

#77b6dc #7784dc #77dcd0

Monochromatic Colors of #77b6dc

#77b6dc

Complementary Color

#77b6dc #dc9d77

#77b6dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77b6dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#77b6dc Color CSS Codes

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

#77b6dc Text Font Color

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

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


#77b6dc Background Color

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

This div background color is #77b6dc


#77b6dc Border Color

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

This div border color is #77b6dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77b6dc


Comments

No comments written yet.

Please login to write comment.