Color Hex Logo

#79bfdb Color Hex

#79BFDB
(121,191,219)
0 Favorites   0 Comments

Color spaces of #79bfdb

RGB 121191219
HSL0.550.580.67
HSV197°45°86°
CMYK 0.450.130.00   0.14
XYZ39.302146.441073.9104
Yxy46.44100.24620.2909
Hunter Lab68.1476-16.3138-16.6004
CIE-Lab73.8308-14.6992-20.8895

#79bfdb color RGB value is (121,191,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10111111 11011011
Octal 171 277 333
Decimal 121 191 219
Hex 79 BF DB

RGB Percentages of Color #79bfdb

%22.79
%35.97
%41.24

CMYK Percentages of Color #79bfdb

%45
%13
%0
%14

Triadic Colors of #79bfdb

#79bfdb #db79bf #bfdb79

Analogous Colors of #79bfdb

#79bfdb #798edb #79dbc6

Monochromatic Colors of #79bfdb

#79bfdb

Complementary Color

#79bfdb #db9579

#79bfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79bfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#79bfdb Color CSS Codes

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

#79bfdb Text Font Color

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

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


#79bfdb Background Color

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

This div background color is #79bfdb


#79bfdb Border Color

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

This div border color is #79bfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79bfdb


Comments

No comments written yet.

Please login to write comment.