Color Hex Logo

#79ddda Color Hex

#79DDDA
(121,221,218)
0 Favorites   0 Comments

Color spaces of #79ddda

RGB 121221218
HSL0.500.600.67
HSV178°45°87°
CMYK 0.450.000.01   0.13
XYZ46.396560.839875.6276
Yxy60.83980.25370.3327
Hunter Lab77.9999-30.3230-2.8869
CIE-Lab82.2925-29.9867-7.6511

#79ddda color RGB value is (121,221,218).

#79ddda hex color red value is 121, green value is 221 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #79ddda hue: 0.50 , saturation: 0.60 and the lightness value of 79ddda is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 11011101 11011010
Octal 171 335 332
Decimal 121 221 218
Hex 79 DD DA

RGB Percentages of Color #79ddda

%21.61
%39.46
%38.93

CMYK Percentages of Color #79ddda

%45
%0
%1
%13

Triadic Colors of #79ddda

#79ddda #da79dd #ddda79

Analogous Colors of #79ddda

#79ddda #79aedd #79dda8

Monochromatic Colors of #79ddda

#79ddda

Complementary Color

#79ddda #dd797c

#79ddda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79ddda Color Preview on White Background

Lorem ipsum dolor sit amet.

#79ddda Color CSS Codes

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

#79ddda Text Font Color

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

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


#79ddda Background Color

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

This div background color is #79ddda


#79ddda Border Color

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

This div border color is #79ddda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79ddda


Comments

No comments written yet.

Please login to write comment.