Color Hex Logo

#77ebbf Color Hex

#77EBBF
(119,235,191)
0 Favorites   0 Comments

Color spaces of #77ebbf

RGB 119235191
HSL0.440.740.69
HSV157°49°92°
CMYK 0.490.000.19   0.08
XYZ46.720067.100259.7794
Yxy67.10020.26910.3865
Hunter Lab81.9147-41.543414.0719
CIE-Lab85.5545-43.134011.3267

#77ebbf color RGB value is (119,235,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11101011 10111111
Octal 167 353 277
Decimal 119 235 191
Hex 77 EB BF

RGB Percentages of Color #77ebbf

%21.83
%43.12
%35.05

CMYK Percentages of Color #77ebbf

%49
%0
%19
%8

Triadic Colors of #77ebbf

#77ebbf #bf77eb #ebbf77

Analogous Colors of #77ebbf

#77ebbf #77ddeb #77eb85

Monochromatic Colors of #77ebbf

#77ebbf

Complementary Color

#77ebbf #eb77a3

#77ebbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77ebbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#77ebbf Color CSS Codes

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

#77ebbf Text Font Color

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

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


#77ebbf Background Color

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

This div background color is #77ebbf


#77ebbf Border Color

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

This div border color is #77ebbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77ebbf


Comments

No comments written yet.

Please login to write comment.