Color Hex Logo

#79dbcf Color Hex

#79DBCF
(121,219,207)
0 Favorites   0 Comments

Color spaces of #79dbcf

RGB 121219207
HSL0.480.580.67
HSV173°45°86°
CMYK 0.450.000.05   0.14
XYZ44.479259.233068.1203
Yxy59.23300.25890.3447
Hunter Lab76.9630-31.52471.3962
CIE-Lab81.4195-31.7230-3.0902

#79dbcf color RGB value is (121,219,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 11011011 11001111
Octal 171 333 317
Decimal 121 219 207
Hex 79 DB CF

RGB Percentages of Color #79dbcf

%22.12
%40.04
%37.84

CMYK Percentages of Color #79dbcf

%45
%0
%5
%14

Triadic Colors of #79dbcf

#79dbcf #cf79db #dbcf79

Analogous Colors of #79dbcf

#79dbcf #79b6db #79db9e

Monochromatic Colors of #79dbcf

#79dbcf

Complementary Color

#79dbcf #db7985

#79dbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79dbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#79dbcf Color CSS Codes

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

#79dbcf Text Font Color

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

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


#79dbcf Background Color

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

This div background color is #79dbcf


#79dbcf Border Color

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

This div border color is #79dbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79dbcf


Comments

No comments written yet.

Please login to write comment.