Color Hex Logo

#77eabf Color Hex

#77EABF
(119,234,191)
0 Favorites   0 Comments

Color spaces of #77eabf

RGB 119234191
HSL0.440.730.69
HSV158°49°92°
CMYK 0.490.000.18   0.08
XYZ46.434566.529259.6843
Yxy66.52920.26900.3853
Hunter Lab81.5654-41.121013.7112
CIE-Lab85.2656-42.694310.9155

#77eabf color RGB value is (119,234,191).

#77eabf hex color red value is 119, green value is 234 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #77eabf hue: 0.44 , saturation: 0.73 and the lightness value of 77eabf is 0.69.

The process color (four color CMYK) of #77eabf color hex is 0.49, 0.00, 0.18, 0.08. Web safe color of #77eabf is #66ffcc. Color #77eabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 11101010 10111111
Octal 167 352 277
Decimal 119 234 191
Hex 77 EA BF

RGB Percentages of Color #77eabf

%21.88
%43.01
%35.11

CMYK Percentages of Color #77eabf

%49
%0
%18
%8

Triadic Colors of #77eabf

#77eabf #bf77ea #eabf77

Analogous Colors of #77eabf

#77eabf #77dcea #77ea86

Monochromatic Colors of #77eabf

#77eabf

Complementary Color

#77eabf #ea77a2

#77eabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77eabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#77eabf Color CSS Codes

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

#77eabf Text Font Color

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

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


#77eabf Background Color

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

This div background color is #77eabf


#77eabf Border Color

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

This div border color is #77eabf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,234,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 #77eabf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77eabf


Comments

No comments written yet.

Please login to write comment.