Color Hex Logo

#77ca9b Color Hex

#77CA9B
(119,202,155)
0 Favorites   0 Comments

Color spaces of #77ca9b

RGB 119202155
HSL0.410.440.63
HSV146°41°79°
CMYK 0.410.000.23   0.21
XYZ34.644748.529638.5515
Yxy48.52960.28460.3987
Hunter Lab69.6632-33.139515.9532
CIE-Lab75.1577-35.755815.6792

#77ca9b color RGB value is (119,202,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11001010 10011011
Octal 167 312 233
Decimal 119 202 155
Hex 77 CA 9B

RGB Percentages of Color #77ca9b

%25.00
%42.44
%32.56

CMYK Percentages of Color #77ca9b

%41
%0
%23
%21

Triadic Colors of #77ca9b

#77ca9b #9b77ca #ca9b77

Analogous Colors of #77ca9b

#77ca9b #77cac5 #7dca77

Monochromatic Colors of #77ca9b

#77ca9b

Complementary Color

#77ca9b #ca77a6

#77ca9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77ca9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#77ca9b Color CSS Codes

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

#77ca9b Text Font Color

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

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


#77ca9b Background Color

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

This div background color is #77ca9b


#77ca9b Border Color

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

This div border color is #77ca9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77ca9b


Comments

No comments written yet.

Please login to write comment.