Color Hex Logo

#77baca Color Hex

#77BACA
(119,186,202)
0 Favorites   0 Comments

Color spaces of #77baca

RGB 119186202
HSL0.530.440.63
HSV192°41°79°
CMYK 0.410.080.00   0.21
XYZ35.827343.304062.3473
Yxy43.30400.25320.3061
Hunter Lab65.8058-17.9776-10.1099
CIE-Lab71.7608-17.0953-14.7677

#77baca color RGB value is (119,186,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10111010 11001010
Octal 167 272 312
Decimal 119 186 202
Hex 77 BA CA

RGB Percentages of Color #77baca

%23.47
%36.69
%39.84

CMYK Percentages of Color #77baca

%41
%8
%0
%21

Triadic Colors of #77baca

#77baca #ca77ba #baca77

Analogous Colors of #77baca

#77baca #7791ca #77cab1

Monochromatic Colors of #77baca

#77baca

Complementary Color

#77baca #ca8777

#77baca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77baca Color Preview on White Background

Lorem ipsum dolor sit amet.

#77baca Color CSS Codes

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

#77baca Text Font Color

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

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


#77baca Background Color

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

This div background color is #77baca


#77baca Border Color

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

This div border color is #77baca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77baca


Comments

No comments written yet.

Please login to write comment.