Color Hex Logo

#79eace Color Hex

#79EACE
(121,234,206)
0 Favorites   0 Comments

Color spaces of #79eace

RGB 121234206
HSL0.460.730.70
HSV165°48°92°
CMYK 0.480.000.12   0.08
XYZ48.448667.366868.8421
Yxy67.36680.26240.3648
Hunter Lab82.0773-38.27027.7248
CIE-Lab85.6888-38.90523.6687

#79eace color RGB value is (121,234,206).

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

The process color (four color CMYK) of #79eace color hex is 0.48, 0.00, 0.12, 0.08. Web safe color of #79eace is #66ffcc. Color #79eace contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 11101010 11001110
Octal 171 352 316
Decimal 121 234 206
Hex 79 EA CE

RGB Percentages of Color #79eace

%21.57
%41.71
%36.72

CMYK Percentages of Color #79eace

%48
%0
%12
%8

Triadic Colors of #79eace

#79eace #ce79ea #eace79

Analogous Colors of #79eace

#79eace #79ceea #79ea96

Monochromatic Colors of #79eace

#79eace

Complementary Color

#79eace #ea7995

#79eace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79eace Color Preview on White Background

Lorem ipsum dolor sit amet.

#79eace Color CSS Codes

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

#79eace Text Font Color

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

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


#79eace Background Color

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

This div background color is #79eace


#79eace Border Color

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

This div border color is #79eace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79eace


Comments

No comments written yet.

Please login to write comment.