Color Hex Logo

#79e1de Color Hex

#79E1DE
(121,225,222)
0 Favorites   0 Comments

Color spaces of #79e1de

RGB 121225222
HSL0.500.630.68
HSV178°46°88°
CMYK 0.460.000.01   0.12
XYZ47.995263.189378.7744
Yxy63.18930.25270.3326
Hunter Lab79.4917-31.3364-3.1108
CIE-Lab83.5419-30.9009-7.9204

#79e1de color RGB value is (121,225,222).

#79e1de hex color red value is 121, green value is 225 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #79e1de hue: 0.50 , saturation: 0.63 and the lightness value of 79e1de is 0.68.

The process color (four color CMYK) of #79e1de color hex is 0.46, 0.00, 0.01, 0.12. Web safe color of #79e1de is #66cccc. Color #79e1de contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 11100001 11011110
Octal 171 341 336
Decimal 121 225 222
Hex 79 E1 DE

RGB Percentages of Color #79e1de

%21.30
%39.61
%39.08

CMYK Percentages of Color #79e1de

%46
%0
%1
%12

Triadic Colors of #79e1de

#79e1de #de79e1 #e1de79

Analogous Colors of #79e1de

#79e1de #79b0e1 #79e1aa

Monochromatic Colors of #79e1de

#79e1de

Complementary Color

#79e1de #e1797c

#79e1de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79e1de Color Preview on White Background

Lorem ipsum dolor sit amet.

#79e1de Color CSS Codes

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

#79e1de Text Font Color

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

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


#79e1de Background Color

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

This div background color is #79e1de


#79e1de Border Color

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

This div border color is #79e1de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79e1de


Comments

No comments written yet.

Please login to write comment.