Color Hex Logo

#77ebda Color Hex

#77EBDA
(119,235,218)
0 Favorites   0 Comments

Color spaces of #77ebda

RGB 119235218
HSL0.480.740.69
HSV171°49°92°
CMYK 0.490.000.07   0.08
XYZ49.971068.400676.8985
Yxy68.40060.25590.3503
Hunter Lab82.7047-36.88162.7656
CIE-Lab86.2064-36.9954-1.8898

#77ebda color RGB value is (119,235,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11101011 11011010
Octal 167 353 332
Decimal 119 235 218
Hex 77 EB DA

RGB Percentages of Color #77ebda

%20.80
%41.08
%38.11

CMYK Percentages of Color #77ebda

%49
%0
%7
%8

Triadic Colors of #77ebda

#77ebda #da77eb #ebda77

Analogous Colors of #77ebda

#77ebda #77c2eb #77eba0

Monochromatic Colors of #77ebda

#77ebda

Complementary Color

#77ebda #eb7788

#77ebda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77ebda Color Preview on White Background

Lorem ipsum dolor sit amet.

#77ebda Color CSS Codes

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

#77ebda Text Font Color

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

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


#77ebda Background Color

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

This div background color is #77ebda


#77ebda Border Color

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

This div border color is #77ebda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77ebda


Comments

No comments written yet.

Please login to write comment.