Color Hex Logo

#77eacc Color Hex

#77EACC
(119,234,204)
0 Favorites   0 Comments

Color spaces of #77eacc

RGB 119234204
HSL0.460.730.69
HSV164°49°92°
CMYK 0.490.000.13   0.08
XYZ47.929767.127267.5574
Yxy67.12720.26250.3676
Hunter Lab81.9312-38.95728.4635
CIE-Lab85.5681-39.81604.5351

#77eacc color RGB value is (119,234,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11101010 11001100
Octal 167 352 314
Decimal 119 234 204
Hex 77 EA CC

RGB Percentages of Color #77eacc

%21.36
%42.01
%36.62

CMYK Percentages of Color #77eacc

%49
%0
%13
%8

Triadic Colors of #77eacc

#77eacc #cc77ea #eacc77

Analogous Colors of #77eacc

#77eacc #77cfea #77ea93

Monochromatic Colors of #77eacc

#77eacc

Complementary Color

#77eacc #ea7795

#77eacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77eacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#77eacc Color CSS Codes

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

#77eacc Text Font Color

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

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


#77eacc Background Color

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

This div background color is #77eacc


#77eacc Border Color

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

This div border color is #77eacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77eacc


Comments

No comments written yet.

Please login to write comment.