Color Hex Logo

#77babf Color Hex

#77BABF
(119,186,191)
0 Favorites   0 Comments

Color spaces of #77babf

RGB 119186191
HSL0.510.360.61
HSV184°38°75°
CMYK 0.380.030.00   0.25
XYZ34.570642.801355.7296
Yxy42.80130.25970.3216
Hunter Lab65.4227-20.1669-4.7096
CIE-Lab71.4199-19.8993-9.2583

#77babf color RGB value is (119,186,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10111010 10111111
Octal 167 272 277
Decimal 119 186 191
Hex 77 BA BF

RGB Percentages of Color #77babf

%23.99
%37.50
%38.51

CMYK Percentages of Color #77babf

%38
%3
%0
%25

Triadic Colors of #77babf

#77babf #bf77ba #babf77

Analogous Colors of #77babf

#77babf #7796bf #77bfa0

Monochromatic Colors of #77babf

#77babf

Complementary Color

#77babf #bf7c77

#77babf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77babf Color Preview on White Background

Lorem ipsum dolor sit amet.

#77babf Color CSS Codes

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

#77babf Text Font Color

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

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


#77babf Background Color

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

This div background color is #77babf


#77babf Border Color

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

This div border color is #77babf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77babf


Comments

No comments written yet.

Please login to write comment.