Color Hex Logo

#77e2cf Color Hex

#77E2CF
(119,226,207)
0 Favorites   0 Comments

Color spaces of #77e2cf

RGB 119226207
HSL0.470.650.68
HSV169°47°89°
CMYK 0.470.000.08   0.11
XYZ46.066662.819668.7289
Yxy62.81960.25940.3537
Hunter Lab79.2588-34.95564.0681
CIE-Lab83.3474-35.4687-0.2742

#77e2cf color RGB value is (119,226,207).

#77e2cf hex color red value is 119, green value is 226 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #77e2cf hue: 0.47 , saturation: 0.65 and the lightness value of 77e2cf is 0.68.

The process color (four color CMYK) of #77e2cf color hex is 0.47, 0.00, 0.08, 0.11. Web safe color of #77e2cf is #66cccc. Color #77e2cf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 11100010 11001111
Octal 167 342 317
Decimal 119 226 207
Hex 77 E2 CF

RGB Percentages of Color #77e2cf

%21.56
%40.94
%37.50

CMYK Percentages of Color #77e2cf

%47
%0
%8
%11

Triadic Colors of #77e2cf

#77e2cf #cf77e2 #e2cf77

Analogous Colors of #77e2cf

#77e2cf #77c0e2 #77e29a

Monochromatic Colors of #77e2cf

#77e2cf

Complementary Color

#77e2cf #e2778a

#77e2cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77e2cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#77e2cf Color CSS Codes

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

#77e2cf Text Font Color

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

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


#77e2cf Background Color

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

This div background color is #77e2cf


#77e2cf Border Color

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

This div border color is #77e2cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77e2cf


Comments

No comments written yet.

Please login to write comment.