Color Hex Logo

#77efba Color Hex

#77EFBA
(119,239,186)
0 Favorites   0 Comments

Color spaces of #77efba

RGB 119239186
HSL0.430.790.70
HSV154°50°94°
CMYK 0.500.000.22   0.06
XYZ47.337269.200157.3164
Yxy69.20010.27230.3980
Hunter Lab83.1866-44.001417.3792
CIE-Lab86.6030-45.923515.4153

#77efba color RGB value is (119,239,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11101111 10111010
Octal 167 357 272
Decimal 119 239 186
Hex 77 EF BA

RGB Percentages of Color #77efba

%21.88
%43.93
%34.19

CMYK Percentages of Color #77efba

%50
%0
%22
%6

Triadic Colors of #77efba

#77efba #ba77ef #efba77

Analogous Colors of #77efba

#77efba #77e8ef #77ef7e

Monochromatic Colors of #77efba

#77efba

Complementary Color

#77efba #ef77ac

#77efba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77efba Color Preview on White Background

Lorem ipsum dolor sit amet.

#77efba Color CSS Codes

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

#77efba Text Font Color

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

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


#77efba Background Color

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

This div background color is #77efba


#77efba Border Color

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

This div border color is #77efba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77efba


Comments

No comments written yet.

Please login to write comment.