Color Hex Logo

#77bccb Color Hex

#77BCCB
(119,188,203)
0 Favorites   0 Comments

Color spaces of #77bccb

RGB 119188203
HSL0.530.450.63
HSV191°41°80°
CMYK 0.410.070.00   0.20
XYZ36.370544.200263.1145
Yxy44.20020.25310.3076
Hunter Lab66.4832-18.6950-9.7475
CIE-Lab72.3621-17.8709-14.4094

#77bccb color RGB value is (119,188,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10111100 11001011
Octal 167 274 313
Decimal 119 188 203
Hex 77 BC CB

RGB Percentages of Color #77bccb

%23.33
%36.86
%39.80

CMYK Percentages of Color #77bccb

%41
%7
%0
%20

Triadic Colors of #77bccb

#77bccb #cb77bc #bccb77

Analogous Colors of #77bccb

#77bccb #7792cb #77cbb0

Monochromatic Colors of #77bccb

#77bccb

Complementary Color

#77bccb #cb8677

#77bccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77bccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#77bccb Color CSS Codes

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

#77bccb Text Font Color

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

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


#77bccb Background Color

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

This div background color is #77bccb


#77bccb Border Color

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

This div border color is #77bccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77bccb


Comments

No comments written yet.

Please login to write comment.