Color Hex Logo

#79eaec Color Hex

#79EAEC
(121,234,236)
0 Favorites   0 Comments

Color spaces of #79eaec

RGB 121234236
HSL0.500.750.70
HSV181°49°93°
CMYK 0.490.010.00   0.07
XYZ52.448368.966789.9045
Yxy68.96670.24820.3264
Hunter Lab83.0462-32.5981-6.0541
CIE-Lab86.4876-31.6461-10.9280

#79eaec color RGB value is (121,234,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 11101010 11101100
Octal 171 352 354
Decimal 121 234 236
Hex 79 EA EC

RGB Percentages of Color #79eaec

%20.47
%39.59
%39.93

CMYK Percentages of Color #79eaec

%49
%1
%0
%7

Triadic Colors of #79eaec

#79eaec #ec79ea #eaec79

Analogous Colors of #79eaec

#79eaec #79b1ec #79ecb5

Monochromatic Colors of #79eaec

#79eaec

Complementary Color

#79eaec #ec7b79

#79eaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79eaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#79eaec Color CSS Codes

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

#79eaec Text Font Color

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

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


#79eaec Background Color

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

This div background color is #79eaec


#79eaec Border Color

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

This div border color is #79eaec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,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 #79eaec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79eaec


Comments

No comments written yet.

Please login to write comment.