Color Hex Logo

#79bcdb Color Hex

#79BCDB
(121,188,219)
0 Favorites   0 Comments

Color spaces of #79bcdb

RGB 121188219
HSL0.550.580.67
HSV199°45°86°
CMYK 0.450.140.00   0.14
XYZ38.654645.145973.6945
Yxy45.14590.24540.2866
Hunter Lab67.1907-14.8932-17.9956
CIE-Lab72.9879-13.1229-22.1715

#79bcdb color RGB value is (121,188,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10111100 11011011
Octal 171 274 333
Decimal 121 188 219
Hex 79 BC DB

RGB Percentages of Color #79bcdb

%22.92
%35.61
%41.48

CMYK Percentages of Color #79bcdb

%45
%14
%0
%14

Triadic Colors of #79bcdb

#79bcdb #db79bc #bcdb79

Analogous Colors of #79bcdb

#79bcdb #798bdb #79dbc9

Monochromatic Colors of #79bcdb

#79bcdb

Complementary Color

#79bcdb #db9879

#79bcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79bcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#79bcdb Color CSS Codes

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

#79bcdb Text Font Color

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

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


#79bcdb Background Color

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

This div background color is #79bcdb


#79bcdb Border Color

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

This div border color is #79bcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79bcdb


Comments

No comments written yet.

Please login to write comment.