Color Hex Logo

#77eaec Color Hex

#77EAEC
(119,234,236)
0 Favorites   0 Comments

Color spaces of #77eaec

RGB 119234236
HSL0.500.750.70
HSV181°50°93°
CMYK 0.500.010.00   0.07
XYZ52.170968.823789.8915
Yxy68.82370.24740.3264
Hunter Lab82.9601-32.9272-6.1717
CIE-Lab86.4167-32.0649-11.0411

#77eaec color RGB value is (119,234,236).

#77eaec hex color red value is 119, green value is 234 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #77eaec hue: 0.50 , saturation: 0.75 and the lightness value of 77eaec is 0.70.

The process color (four color CMYK) of #77eaec color hex is 0.50, 0.01, 0.00, 0.07. Web safe color of #77eaec is #66ffff. Color #77eaec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 11101010 11101100
Octal 167 352 354
Decimal 119 234 236
Hex 77 EA EC

RGB Percentages of Color #77eaec

%20.20
%39.73
%40.07

CMYK Percentages of Color #77eaec

%50
%1
%0
%7

Triadic Colors of #77eaec

#77eaec #ec77ea #eaec77

Analogous Colors of #77eaec

#77eaec #77b0ec #77ecb4

Monochromatic Colors of #77eaec

#77eaec

Complementary Color

#77eaec #ec7977

#77eaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77eaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#77eaec Color CSS Codes

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

#77eaec Text Font Color

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

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


#77eaec Background Color

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

This div background color is #77eaec


#77eaec Border Color

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

This div border color is #77eaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77eaec


Comments

No comments written yet.

Please login to write comment.