Color Hex Logo

#77cbaf Color Hex

#77CBAF
(119,203,175)
0 Favorites   0 Comments

Color spaces of #77cbaf

RGB 119203175
HSL0.440.450.63
HSV160°41°80°
CMYK 0.410.000.14   0.20
XYZ36.701549.729048.2217
Yxy49.72900.27260.3693
Hunter Lab70.5188-30.50768.8199
CIE-Lab75.9026-32.03386.0039

#77cbaf color RGB value is (119,203,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11001011 10101111
Octal 167 313 257
Decimal 119 203 175
Hex 77 CB AF

RGB Percentages of Color #77cbaf

%23.94
%40.85
%35.21

CMYK Percentages of Color #77cbaf

%41
%0
%14
%20

Triadic Colors of #77cbaf

#77cbaf #af77cb #cbaf77

Analogous Colors of #77cbaf

#77cbaf #77bdcb #77cb85

Monochromatic Colors of #77cbaf

#77cbaf

Complementary Color

#77cbaf #cb7793

#77cbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77cbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#77cbaf Color CSS Codes

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

#77cbaf Text Font Color

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

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


#77cbaf Background Color

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

This div background color is #77cbaf


#77cbaf Border Color

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

This div border color is #77cbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77cbaf


Comments

No comments written yet.

Please login to write comment.