Color Hex Logo

#79ddcf Color Hex

#79DDCF
(121,221,207)
0 Favorites   0 Comments

Color spaces of #79ddcf

RGB 121221207
HSL0.480.600.67
HSV172°45°87°
CMYK 0.450.000.06   0.13
XYZ45.004160.282868.2953
Yxy60.28280.25930.3473
Hunter Lab77.6420-32.40852.1968
CIE-Lab81.9917-32.6681-2.2501

#79ddcf color RGB value is (121,221,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 11011101 11001111
Octal 171 335 317
Decimal 121 221 207
Hex 79 DD CF

RGB Percentages of Color #79ddcf

%22.04
%40.26
%37.70

CMYK Percentages of Color #79ddcf

%45
%0
%6
%13

Triadic Colors of #79ddcf

#79ddcf #cf79dd #ddcf79

Analogous Colors of #79ddcf

#79ddcf #79b9dd #79dd9d

Monochromatic Colors of #79ddcf

#79ddcf

Complementary Color

#79ddcf #dd7987

#79ddcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79ddcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#79ddcf Color CSS Codes

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

#79ddcf Text Font Color

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

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


#79ddcf Background Color

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

This div background color is #79ddcf


#79ddcf Border Color

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

This div border color is #79ddcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79ddcf


Comments

No comments written yet.

Please login to write comment.