Color Hex Logo

#79ebaf Color Hex

#79EBAF
(121,235,175)
0 Favorites   0 Comments

Color spaces of #79ebaf

RGB 121235175
HSL0.410.740.70
HSV148°49°92°
CMYK 0.490.000.26   0.08
XYZ45.331466.576851.0188
Yxy66.57680.27820.4086
Hunter Lab81.5946-43.621620.0439
CIE-Lab85.2898-45.941719.2963

#79ebaf color RGB value is (121,235,175).

#79ebaf hex color red value is 121, green value is 235 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #79ebaf hue: 0.41 , saturation: 0.74 and the lightness value of 79ebaf is 0.70.

The process color (four color CMYK) of #79ebaf color hex is 0.49, 0.00, 0.26, 0.08. Web safe color of #79ebaf is #66ff99. Color #79ebaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 11101011 10101111
Octal 171 353 257
Decimal 121 235 175
Hex 79 EB AF

RGB Percentages of Color #79ebaf

%22.79
%44.26
%32.96

CMYK Percentages of Color #79ebaf

%49
%0
%26
%8

Triadic Colors of #79ebaf

#79ebaf #af79eb #ebaf79

Analogous Colors of #79ebaf

#79ebaf #79ebe8 #7ceb79

Monochromatic Colors of #79ebaf

#79ebaf

Complementary Color

#79ebaf #eb79b5

#79ebaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79ebaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#79ebaf Color CSS Codes

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

#79ebaf Text Font Color

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

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


#79ebaf Background Color

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

This div background color is #79ebaf


#79ebaf Border Color

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

This div border color is #79ebaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79ebaf


Comments

No comments written yet.

Please login to write comment.