Color Hex Logo

#79addc Color Hex

#79ADDC
(121,173,220)
0 Favorites   0 Comments

Color spaces of #79addc

RGB 121173220
HSL0.580.590.67
HSV208°45°86°
CMYK 0.450.210.00   0.14
XYZ35.747039.119473.3769
Yxy39.11940.24110.2639
Hunter Lab62.5455-7.4355-25.7758
CIE-Lab68.8377-4.7656-29.0744

#79addc color RGB value is (121,173,220).

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

The process color (four color CMYK) of #79addc color hex is 0.45, 0.21, 0.00, 0.14. Web safe color of #79addc is #6699cc. Color #79addc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10101101 11011100
Octal 171 255 334
Decimal 121 173 220
Hex 79 AD DC

RGB Percentages of Color #79addc

%23.54
%33.66
%42.80

CMYK Percentages of Color #79addc

%45
%21
%0
%14

Triadic Colors of #79addc

#79addc #dc79ad #addc79

Analogous Colors of #79addc

#79addc #797cdc #79dcda

Monochromatic Colors of #79addc

#79addc

Complementary Color

#79addc #dca879

#79addc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79addc Color Preview on White Background

Lorem ipsum dolor sit amet.

#79addc Color CSS Codes

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

#79addc Text Font Color

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

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


#79addc Background Color

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

This div background color is #79addc


#79addc Border Color

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

This div border color is #79addc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79addc

#79addc Color Palettes


Comments

No comments written yet.

Please login to write comment.