Color Hex Logo

#77ebbd Color Hex

#77EBBD
(119,235,189)
0 Favorites   0 Comments

Color spaces of #77ebbd

RGB 119235189
HSL0.430.740.69
HSV156°49°92°
CMYK 0.490.000.20   0.08
XYZ46.501467.012758.6280
Yxy67.01270.27010.3893
Hunter Lab81.8613-41.860114.8402
CIE-Lab85.5104-43.560112.3088

#77ebbd color RGB value is (119,235,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11101011 10111101
Octal 167 353 275
Decimal 119 235 189
Hex 77 EB BD

RGB Percentages of Color #77ebbd

%21.92
%43.28
%34.81

CMYK Percentages of Color #77ebbd

%49
%0
%20
%8

Triadic Colors of #77ebbd

#77ebbd #bd77eb #ebbd77

Analogous Colors of #77ebbd

#77ebbd #77dfeb #77eb83

Monochromatic Colors of #77ebbd

#77ebbd

Complementary Color

#77ebbd #eb77a5

#77ebbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77ebbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#77ebbd Color CSS Codes

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

#77ebbd Text Font Color

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

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


#77ebbd Background Color

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

This div background color is #77ebbd


#77ebbd Border Color

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

This div border color is #77ebbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77ebbd


Comments

No comments written yet.

Please login to write comment.