Color Hex Logo

#77fabe Color Hex

#77FABE
(119,250,190)
0 Favorites   0 Comments

Color spaces of #77fabe

RGB 119250190
HSL0.420.930.72
HSV153°52°98°
CMYK 0.520.000.24   0.02
XYZ51.087676.010960.6942
Yxy76.01090.27200.4048
Hunter Lab87.1842-47.976219.7536
CIE-Lab89.8644-49.779217.9264

#77fabe color RGB value is (119,250,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11111010 10111110
Octal 167 372 276
Decimal 119 250 190
Hex 77 FA BE

RGB Percentages of Color #77fabe

%21.29
%44.72
%33.99

CMYK Percentages of Color #77fabe

%52
%0
%24
%2

Triadic Colors of #77fabe

#77fabe #be77fa #fabe77

Analogous Colors of #77fabe

#77fabe #77f5fa #77fa7d

Monochromatic Colors of #77fabe

#77fabe

Complementary Color

#77fabe #fa77b3

#77fabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77fabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#77fabe Color CSS Codes

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

#77fabe Text Font Color

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

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


#77fabe Background Color

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

This div background color is #77fabe


#77fabe Border Color

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

This div border color is #77fabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77fabe


Comments

No comments written yet.

Please login to write comment.