Color Hex Logo

#79ddde Color Hex

#79DDDE
(121,221,222)
0 Favorites   0 Comments

Color spaces of #79ddde

RGB 121221222
HSL0.500.600.67
HSV181°45°87°
CMYK 0.450.000.00   0.13
XYZ46.926461.051878.4181
Yxy61.05180.25180.3275
Hunter Lab78.1357-29.5346-4.8094
CIE-Lab82.4066-28.9851-9.6067

#79ddde color RGB value is (121,221,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 11011101 11011110
Octal 171 335 336
Decimal 121 221 222
Hex 79 DD DE

RGB Percentages of Color #79ddde

%21.45
%39.18
%39.36

CMYK Percentages of Color #79ddde

%45
%0
%0
%13

Triadic Colors of #79ddde

#79ddde #de79dd #ddde79

Analogous Colors of #79ddde

#79ddde #79abde #79dead

Monochromatic Colors of #79ddde

#79ddde

Complementary Color

#79ddde #de7a79

#79ddde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79ddde Color Preview on White Background

Lorem ipsum dolor sit amet.

#79ddde Color CSS Codes

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

#79ddde Text Font Color

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

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


#79ddde Background Color

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

This div background color is #79ddde


#79ddde Border Color

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

This div border color is #79ddde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79ddde


Comments

No comments written yet.

Please login to write comment.