Color Hex Logo

#77cbae Color Hex

#77CBAE
(119,203,174)
0 Favorites   0 Comments

Color spaces of #77cbae

RGB 119203174
HSL0.440.450.63
HSV159°41°80°
CMYK 0.410.000.14   0.20
XYZ36.603749.689847.7063
Yxy49.68980.27320.3708
Hunter Lab70.4910-30.66999.2179
CIE-Lab75.8785-32.25346.5074

#77cbae color RGB value is (119,203,174).

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

The process color (four color CMYK) of #77cbae color hex is 0.41, 0.00, 0.14, 0.20. Web safe color of #77cbae is #66cc99. Color #77cbae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 11001011 10101110
Octal 167 313 256
Decimal 119 203 174
Hex 77 CB AE

RGB Percentages of Color #77cbae

%23.99
%40.93
%35.08

CMYK Percentages of Color #77cbae

%41
%0
%14
%20

Triadic Colors of #77cbae

#77cbae #ae77cb #cbae77

Analogous Colors of #77cbae

#77cbae #77becb #77cb84

Monochromatic Colors of #77cbae

#77cbae

Complementary Color

#77cbae #cb7794

#77cbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77cbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#77cbae Color CSS Codes

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

#77cbae Text Font Color

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

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


#77cbae Background Color

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

This div background color is #77cbae


#77cbae Border Color

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

This div border color is #77cbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77cbae


Comments

No comments written yet.

Please login to write comment.