Color Hex Logo

#77faab Color Hex

#77FAAB
(119,250,171)
0 Favorites   0 Comments

Color spaces of #77faab

RGB 119250171
HSL0.400.930.72
HSV144°52°98°
CMYK 0.520.000.32   0.02
XYZ49.144075.233450.4594
Yxy75.23340.28110.4303
Hunter Lab86.7372-50.654626.2240
CIE-Lab89.5022-53.440227.1290

#77faab color RGB value is (119,250,171).

#77faab hex color red value is 119, green value is 250 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #77faab hue: 0.40 , saturation: 0.93 and the lightness value of 77faab is 0.72.

The process color (four color CMYK) of #77faab color hex is 0.52, 0.00, 0.32, 0.02. Web safe color of #77faab is #66ff99. Color #77faab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 11111010 10101011
Octal 167 372 253
Decimal 119 250 171
Hex 77 FA AB

RGB Percentages of Color #77faab

%22.04
%46.30
%31.67

CMYK Percentages of Color #77faab

%52
%0
%32
%2

Triadic Colors of #77faab

#77faab #ab77fa #faab77

Analogous Colors of #77faab

#77faab #77faed #85fa77

Monochromatic Colors of #77faab

#77faab

Complementary Color

#77faab #fa77c6

#77faab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77faab Color Preview on White Background

Lorem ipsum dolor sit amet.

#77faab Color CSS Codes

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

#77faab Text Font Color

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

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


#77faab Background Color

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

This div background color is #77faab


#77faab Border Color

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

This div border color is #77faab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77faab


Comments

No comments written yet.

Please login to write comment.