Color Hex Logo

#77b3cc Color Hex

#77B3CC
(119,179,204)
0 Favorites   0 Comments

Color spaces of #77b3cc

RGB 119179204
HSL0.550.450.63
HSV198°42°80°
CMYK 0.420.120.00   0.20
XYZ34.626940.521863.1232
Yxy40.52180.25040.2931
Hunter Lab63.6567-14.3019-14.2333
CIE-Lab69.8396-12.8939-18.7663

#77b3cc color RGB value is (119,179,204).

#77b3cc hex color red value is 119, green value is 179 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #77b3cc hue: 0.55 , saturation: 0.45 and the lightness value of 77b3cc is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10110011 11001100
Octal 167 263 314
Decimal 119 179 204
Hex 77 B3 CC

RGB Percentages of Color #77b3cc

%23.71
%35.66
%40.64

CMYK Percentages of Color #77b3cc

%42
%12
%0
%20

Triadic Colors of #77b3cc

#77b3cc #cc77b3 #b3cc77

Analogous Colors of #77b3cc

#77b3cc #7789cc #77ccbb

Monochromatic Colors of #77b3cc

#77b3cc

Complementary Color

#77b3cc #cc9077

#77b3cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77b3cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#77b3cc Color CSS Codes

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

#77b3cc Text Font Color

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

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


#77b3cc Background Color

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

This div background color is #77b3cc


#77b3cc Border Color

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

This div border color is #77b3cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77b3cc


Comments

No comments written yet.

Please login to write comment.