Color Hex Logo

#79ddfb Color Hex

#79DDFB
(121,221,251)
0 Favorites   0 Comments

Color spaces of #79ddfb

RGB 121221251
HSL0.540.940.73
HSV194°52°98°
CMYK 0.520.120.00   0.02
XYZ51.154262.7429100.6813
Yxy62.74290.23840.2924
Hunter Lab79.2104-23.3427-19.9139
CIE-Lab83.3069-21.3376-23.6278

#79ddfb color RGB value is (121,221,251).

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

The process color (four color CMYK) of #79ddfb color hex is 0.52, 0.12, 0.00, 0.02. Web safe color of #79ddfb is #66ccff. Color #79ddfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 11011101 11111011
Octal 171 335 373
Decimal 121 221 251
Hex 79 DD FB

RGB Percentages of Color #79ddfb

%20.40
%37.27
%42.33

CMYK Percentages of Color #79ddfb

%52
%12
%0
%2

Triadic Colors of #79ddfb

#79ddfb #fb79dd #ddfb79

Analogous Colors of #79ddfb

#79ddfb #799cfb #79fbd8

Monochromatic Colors of #79ddfb

#79ddfb

Complementary Color

#79ddfb #fb9779

#79ddfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79ddfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#79ddfb Color CSS Codes

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

#79ddfb Text Font Color

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

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


#79ddfb Background Color

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

This div background color is #79ddfb


#79ddfb Border Color

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

This div border color is #79ddfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79ddfb


Comments

No comments written yet.

Please login to write comment.