Color Hex Logo

#79dddc Color Hex

#79DDDC
(121,221,220)
0 Favorites   0 Comments

Color spaces of #79dddc

RGB 121221220
HSL0.500.600.67
HSV179°45°87°
CMYK 0.450.000.00   0.13
XYZ46.659960.945277.0145
Yxy60.94520.25270.3301
Hunter Lab78.0674-29.9308-3.8432
CIE-Lab82.3493-29.4876-8.6295

#79dddc color RGB value is (121,221,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 11011101 11011100
Octal 171 335 334
Decimal 121 221 220
Hex 79 DD DC

RGB Percentages of Color #79dddc

%21.53
%39.32
%39.15

CMYK Percentages of Color #79dddc

%45
%0
%0
%13

Triadic Colors of #79dddc

#79dddc #dc79dd #dddc79

Analogous Colors of #79dddc

#79dddc #79acdd #79ddaa

Monochromatic Colors of #79dddc

#79dddc

Complementary Color

#79dddc #dd797a

#79dddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79dddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#79dddc Color CSS Codes

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

#79dddc Text Font Color

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

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


#79dddc Background Color

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

This div background color is #79dddc


#79dddc Border Color

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

This div border color is #79dddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79dddc


Comments

No comments written yet.

Please login to write comment.