Color Hex Logo

#79eedc Color Hex

#79EEDC
(121,238,220)
0 Favorites   0 Comments

Color spaces of #79eedc

RGB 121238220
HSL0.470.770.70
HSV171°49°93°
CMYK 0.490.000.08   0.07
XYZ51.378070.381378.5872
Yxy70.38130.25640.3513
Hunter Lab83.8936-37.49703.1857
CIE-Lab87.1835-37.4549-1.4993

#79eedc color RGB value is (121,238,220).

#79eedc hex color red value is 121, green value is 238 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #79eedc hue: 0.47 , saturation: 0.77 and the lightness value of 79eedc is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 11101110 11011100
Octal 171 356 334
Decimal 121 238 220
Hex 79 EE DC

RGB Percentages of Color #79eedc

%20.90
%41.11
%38.00

CMYK Percentages of Color #79eedc

%49
%0
%8
%7

Triadic Colors of #79eedc

#79eedc #dc79ee #eedc79

Analogous Colors of #79eedc

#79eedc #79c6ee #79eea2

Monochromatic Colors of #79eedc

#79eedc

Complementary Color

#79eedc #ee798b

#79eedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79eedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#79eedc Color CSS Codes

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

#79eedc Text Font Color

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

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


#79eedc Background Color

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

This div background color is #79eedc


#79eedc Border Color

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

This div border color is #79eedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79eedc


Comments

No comments written yet.

Please login to write comment.