Color Hex Logo

#79badc Color Hex

#79BADC
(121,186,220)
0 Favorites   0 Comments

Color spaces of #79badc

RGB 121186220
HSL0.560.590.67
HSV201°45°86°
CMYK 0.450.150.00   0.14
XYZ38.362344.350174.2487
Yxy44.35010.24440.2826
Hunter Lab66.5959-13.7185-19.4862
CIE-Lab72.4619-11.7919-23.5174

#79badc color RGB value is (121,186,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10111010 11011100
Octal 171 272 334
Decimal 121 186 220
Hex 79 BA DC

RGB Percentages of Color #79badc

%22.96
%35.29
%41.75

CMYK Percentages of Color #79badc

%45
%15
%0
%14

Triadic Colors of #79badc

#79badc #dc79ba #badc79

Analogous Colors of #79badc

#79badc #7989dc #79dccd

Monochromatic Colors of #79badc

#79badc

Complementary Color

#79badc #dc9b79

#79badc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79badc Color Preview on White Background

Lorem ipsum dolor sit amet.

#79badc Color CSS Codes

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

#79badc Text Font Color

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

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


#79badc Background Color

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

This div background color is #79badc


#79badc Border Color

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

This div border color is #79badc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79badc


Comments

No comments written yet.

Please login to write comment.