Color Hex Logo

#77fcb5 Color Hex

#77FCB5
(119,252,181)
0 Favorites   0 Comments

Color spaces of #77fcb5

RGB 119252181
HSL0.410.960.73
HSV148°53°99°
CMYK 0.530.000.28   0.01
XYZ50.758676.878955.8799
Yxy76.87890.27660.4189
Hunter Lab87.6806-50.106823.5902
CIE-Lab90.2658-52.384123.0910

#77fcb5 color RGB value is (119,252,181).

#77fcb5 hex color red value is 119, green value is 252 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #77fcb5 hue: 0.41 , saturation: 0.96 and the lightness value of 77fcb5 is 0.73.

The process color (four color CMYK) of #77fcb5 color hex is 0.53, 0.00, 0.28, 0.01. Web safe color of #77fcb5 is #66ffcc. Color #77fcb5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 11111100 10110101
Octal 167 374 265
Decimal 119 252 181
Hex 77 FC B5

RGB Percentages of Color #77fcb5

%21.56
%45.65
%32.79

CMYK Percentages of Color #77fcb5

%53
%0
%28
%1

Triadic Colors of #77fcb5

#77fcb5 #b577fc #fcb577

Analogous Colors of #77fcb5

#77fcb5 #77fcf8 #7cfc77

Monochromatic Colors of #77fcb5

#77fcb5

Complementary Color

#77fcb5 #fc77be

#77fcb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77fcb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#77fcb5 Color CSS Codes

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

#77fcb5 Text Font Color

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

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


#77fcb5 Background Color

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

This div background color is #77fcb5


#77fcb5 Border Color

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

This div border color is #77fcb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77fcb5


Comments

No comments written yet.

Please login to write comment.