Color Hex Logo

#79fbdb Color Hex

#79FBDB
(121,251,219)
0 Favorites   0 Comments

Color spaces of #79fbdb

RGB 121251219
HSL0.460.940.73
HSV165°52°98°
CMYK 0.520.000.13   0.02
XYZ55.168578.173879.1992
Yxy78.17380.25960.3678
Hunter Lab88.4159-43.35018.7817
CIE-Lab90.8592-43.51834.3734

#79fbdb color RGB value is (121,251,219).

#79fbdb hex color red value is 121, green value is 251 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #79fbdb hue: 0.46 , saturation: 0.94 and the lightness value of 79fbdb is 0.73.

The process color (four color CMYK) of #79fbdb color hex is 0.52, 0.00, 0.13, 0.02. Web safe color of #79fbdb is #66ffcc. Color #79fbdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 11111011 11011011
Octal 171 373 333
Decimal 121 251 219
Hex 79 FB DB

RGB Percentages of Color #79fbdb

%20.47
%42.47
%37.06

CMYK Percentages of Color #79fbdb

%52
%0
%13
%2

Triadic Colors of #79fbdb

#79fbdb #db79fb #fbdb79

Analogous Colors of #79fbdb

#79fbdb #79dafb #79fb9a

Monochromatic Colors of #79fbdb

#79fbdb

Complementary Color

#79fbdb #fb7999

#79fbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79fbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#79fbdb Color CSS Codes

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

#79fbdb Text Font Color

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

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


#79fbdb Background Color

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

This div background color is #79fbdb


#79fbdb Border Color

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

This div border color is #79fbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79fbdb


Comments

No comments written yet.

Please login to write comment.