Color Hex Logo

#79ddea Color Hex

#79DDEA
(121,221,234)
0 Favorites   0 Comments

Color spaces of #79ddea

RGB 121221234
HSL0.520.730.70
HSV187°48°92°
CMYK 0.480.060.00   0.08
XYZ48.592961.718487.1936
Yxy61.71840.24600.3125
Hunter Lab78.5611-27.0730-10.8122
CIE-Lab82.7634-25.8996-15.4437

#79ddea color RGB value is (121,221,234).

#79ddea hex color red value is 121, green value is 221 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #79ddea hue: 0.52 , saturation: 0.73 and the lightness value of 79ddea is 0.70.

The process color (four color CMYK) of #79ddea color hex is 0.48, 0.06, 0.00, 0.08. Web safe color of #79ddea is #66ccff. Color #79ddea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 11011101 11101010
Octal 171 335 352
Decimal 121 221 234
Hex 79 DD EA

RGB Percentages of Color #79ddea

%21.01
%38.37
%40.63

CMYK Percentages of Color #79ddea

%48
%6
%0
%8

Triadic Colors of #79ddea

#79ddea #ea79dd #ddea79

Analogous Colors of #79ddea

#79ddea #79a5ea #79eabf

Monochromatic Colors of #79ddea

#79ddea

Complementary Color

#79ddea #ea8679

#79ddea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79ddea Color Preview on White Background

Lorem ipsum dolor sit amet.

#79ddea Color CSS Codes

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

#79ddea Text Font Color

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

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


#79ddea Background Color

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

This div background color is #79ddea


#79ddea Border Color

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

This div border color is #79ddea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79ddea


Comments

No comments written yet.

Please login to write comment.