Color Hex Logo

#79edec Color Hex

#79EDEC
(121,237,236)
0 Favorites   0 Comments

Color spaces of #79edec

RGB 121237236
HSL0.500.760.70
HSV179°49°93°
CMYK 0.490.000.00   0.07
XYZ53.309770.689590.1916
Yxy70.68950.24890.3300
Hunter Lab84.0770-33.9555-4.7480
CIE-Lab87.3339-33.0613-9.6682

#79edec color RGB value is (121,237,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 11101101 11101100
Octal 171 355 354
Decimal 121 237 236
Hex 79 ED EC

RGB Percentages of Color #79edec

%20.37
%39.90
%39.73

CMYK Percentages of Color #79edec

%49
%0
%0
%7

Triadic Colors of #79edec

#79edec #ec79ed #edec79

Analogous Colors of #79edec

#79edec #79b4ed #79edb2

Monochromatic Colors of #79edec

#79edec

Complementary Color

#79edec #ed797a

#79edec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79edec Color Preview on White Background

Lorem ipsum dolor sit amet.

#79edec Color CSS Codes

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

#79edec Text Font Color

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

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


#79edec Background Color

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

This div background color is #79edec


#79edec Border Color

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

This div border color is #79edec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79edec


Comments

No comments written yet.

Please login to write comment.