Color Hex Logo

#77babe Color Hex

#77BABE
(119,186,190)
0 Favorites   0 Comments

Color spaces of #77babe

RGB 119186190
HSL0.510.350.61
HSV183°37°75°
CMYK 0.370.020.00   0.25
XYZ34.460942.757555.1519
Yxy42.75750.26030.3230
Hunter Lab65.3892-20.3595-4.2351
CIE-Lab71.3901-20.1486-8.7550

#77babe color RGB value is (119,186,190).

#77babe hex color red value is 119, green value is 186 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #77babe hue: 0.51 , saturation: 0.35 and the lightness value of 77babe is 0.61.

The process color (four color CMYK) of #77babe color hex is 0.37, 0.02, 0.00, 0.25. Web safe color of #77babe is #66cccc. Color #77babe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10111010 10111110
Octal 167 272 276
Decimal 119 186 190
Hex 77 BA BE

RGB Percentages of Color #77babe

%24.04
%37.58
%38.38

CMYK Percentages of Color #77babe

%37
%2
%0
%25

Triadic Colors of #77babe

#77babe #be77ba #babe77

Analogous Colors of #77babe

#77babe #7797be #77be9f

Monochromatic Colors of #77babe

#77babe

Complementary Color

#77babe #be7b77

#77babe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77babe Color Preview on White Background

Lorem ipsum dolor sit amet.

#77babe Color CSS Codes

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

#77babe Text Font Color

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

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


#77babe Background Color

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

This div background color is #77babe


#77babe Border Color

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

This div border color is #77babe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77babe

#77babe Color Palettes


Comments

No comments written yet.

Please login to write comment.