Color Hex Logo

#77fbad Color Hex

#77FBAD
(119,251,173)
0 Favorites   0 Comments

Color spaces of #77fbad

RGB 119251173
HSL0.400.940.73
HSV145°53°98°
CMYK 0.530.000.31   0.02
XYZ49.647875.933451.5751
Yxy75.93340.28020.4286
Hunter Lab87.1398-50.794425.9061
CIE-Lab89.8284-53.479626.5590

#77fbad color RGB value is (119,251,173).

#77fbad hex color red value is 119, green value is 251 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #77fbad hue: 0.40 , saturation: 0.94 and the lightness value of 77fbad is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11111011 10101101
Octal 167 373 255
Decimal 119 251 173
Hex 77 FB AD

RGB Percentages of Color #77fbad

%21.92
%46.22
%31.86

CMYK Percentages of Color #77fbad

%53
%0
%31
%2

Triadic Colors of #77fbad

#77fbad #ad77fb #fbad77

Analogous Colors of #77fbad

#77fbad #77fbef #83fb77

Monochromatic Colors of #77fbad

#77fbad

Complementary Color

#77fbad #fb77c5

#77fbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77fbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#77fbad Color CSS Codes

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

#77fbad Text Font Color

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

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


#77fbad Background Color

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

This div background color is #77fbad


#77fbad Border Color

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

This div border color is #77fbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77fbad

Related Colors


Comments

No comments written yet.

Please login to write comment.