Color Hex Logo

#77efbf Color Hex

#77EFBF
(119,239,191)
0 Favorites   0 Comments

Color spaces of #77efbf

RGB 119239191
HSL0.430.790.70
HSV156°50°94°
CMYK 0.500.000.20   0.06
XYZ47.878269.416560.1655
Yxy69.41650.26980.3912
Hunter Lab83.3166-43.228215.5064
CIE-Lab86.7099-44.879912.9669

#77efbf color RGB value is (119,239,191).

#77efbf hex color red value is 119, green value is 239 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #77efbf hue: 0.43 , saturation: 0.79 and the lightness value of 77efbf is 0.70.

The process color (four color CMYK) of #77efbf color hex is 0.50, 0.00, 0.20, 0.06. Web safe color of #77efbf is #66ffcc. Color #77efbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 11101111 10111111
Octal 167 357 277
Decimal 119 239 191
Hex 77 EF BF

RGB Percentages of Color #77efbf

%21.68
%43.53
%34.79

CMYK Percentages of Color #77efbf

%50
%0
%20
%6

Triadic Colors of #77efbf

#77efbf #bf77ef #efbf77

Analogous Colors of #77efbf

#77efbf #77e3ef #77ef83

Monochromatic Colors of #77efbf

#77efbf

Complementary Color

#77efbf #ef77a7

#77efbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77efbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#77efbf Color CSS Codes

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

#77efbf Text Font Color

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

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


#77efbf Background Color

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

This div background color is #77efbf


#77efbf Border Color

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

This div border color is #77efbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77efbf


Comments

No comments written yet.

Please login to write comment.