Color Hex Logo

#79badb Color Hex

#79BADB
(121,186,219)
0 Favorites   0 Comments

Color spaces of #79badb

RGB 121186219
HSL0.560.580.67
HSV200°45°86°
CMYK 0.450.150.00   0.14
XYZ38.230244.297273.5531
Yxy44.29720.24490.2838
Hunter Lab66.5561-13.9419-18.9338
CIE-Lab72.4267-12.0649-23.0266

#79badb color RGB value is (121,186,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10111010 11011011
Octal 171 272 333
Decimal 121 186 219
Hex 79 BA DB

RGB Percentages of Color #79badb

%23.00
%35.36
%41.63

CMYK Percentages of Color #79badb

%45
%15
%0
%14

Triadic Colors of #79badb

#79badb #db79ba #badb79

Analogous Colors of #79badb

#79badb #7989db #79dbcb

Monochromatic Colors of #79badb

#79badb

Complementary Color

#79badb #db9a79

#79badb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79badb Color Preview on White Background

Lorem ipsum dolor sit amet.

#79badb Color CSS Codes

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

#79badb Text Font Color

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

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


#79badb Background Color

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

This div background color is #79badb


#79badb Border Color

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

This div border color is #79badb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79badb


Comments

No comments written yet.

Please login to write comment.