Color Hex Logo

#77fcbd Color Hex

#77FCBD
(119,252,189)
0 Favorites   0 Comments

Color spaces of #77fcbd

RGB 119252189
HSL0.420.960.73
HSV152°53°99°
CMYK 0.530.000.25   0.01
XYZ51.603577.216960.3287
Yxy77.21690.27280.4082
Hunter Lab87.8731-48.953920.8061
CIE-Lab90.4214-50.816019.2177

#77fcbd color RGB value is (119,252,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11111100 10111101
Octal 167 374 275
Decimal 119 252 189
Hex 77 FC BD

RGB Percentages of Color #77fcbd

%21.25
%45.00
%33.75

CMYK Percentages of Color #77fcbd

%53
%0
%25
%1

Triadic Colors of #77fcbd

#77fcbd #bd77fc #fcbd77

Analogous Colors of #77fcbd

#77fcbd #77f9fc #77fc7b

Monochromatic Colors of #77fcbd

#77fcbd

Complementary Color

#77fcbd #fc77b6

#77fcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77fcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#77fcbd Color CSS Codes

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

#77fcbd Text Font Color

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

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


#77fcbd Background Color

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

This div background color is #77fcbd


#77fcbd Border Color

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

This div border color is #77fcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77fcbd

Related Colors


Comments

No comments written yet.

Please login to write comment.