Color Hex Logo

#77baad Color Hex

#77BAAD
(119,186,173)
0 Favorites   0 Comments

Color spaces of #77baad

RGB 119186173
HSL0.470.330.60
HSV168°36°73°
CMYK 0.360.000.07   0.27
XYZ32.709542.056945.9290
Yxy42.05690.27100.3485
Hunter Lab64.8513-23.45853.4055
CIE-Lab70.9101-24.2252-0.1484

#77baad color RGB value is (119,186,173).

#77baad hex color red value is 119, green value is 186 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #77baad hue: 0.47 , saturation: 0.33 and the lightness value of 77baad is 0.60.

The process color (four color CMYK) of #77baad color hex is 0.36, 0.00, 0.07, 0.27. Web safe color of #77baad is #66cc99. Color #77baad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10111010 10101101
Octal 167 272 255
Decimal 119 186 173
Hex 77 BA AD

RGB Percentages of Color #77baad

%24.90
%38.91
%36.19

CMYK Percentages of Color #77baad

%36
%0
%7
%27

Triadic Colors of #77baad

#77baad #ad77ba #baad77

Analogous Colors of #77baad

#77baad #77a6ba #77ba8c

Monochromatic Colors of #77baad

#77baad

Complementary Color

#77baad #ba7784

#77baad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77baad Color Preview on White Background

Lorem ipsum dolor sit amet.

#77baad Color CSS Codes

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

#77baad Text Font Color

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

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


#77baad Background Color

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

This div background color is #77baad


#77baad Border Color

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

This div border color is #77baad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77baad


Comments

No comments written yet.

Please login to write comment.