Color Hex Logo

#79cddb Color Hex

#79CDDB
(121,205,219)
0 Favorites   0 Comments

Color spaces of #79cddb

RGB 121205219
HSL0.520.580.67
HSV189°45°86°
CMYK 0.450.060.00   0.14
XYZ42.502752.842174.9772
Yxy52.84210.24950.3102
Hunter Lab72.6926-22.8446-10.2686
CIE-Lab77.7817-21.8800-14.9192

#79cddb color RGB value is (121,205,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 11001101 11011011
Octal 171 315 333
Decimal 121 205 219
Hex 79 CD DB

RGB Percentages of Color #79cddb

%22.20
%37.61
%40.18

CMYK Percentages of Color #79cddb

%45
%6
%0
%14

Triadic Colors of #79cddb

#79cddb #db79cd #cddb79

Analogous Colors of #79cddb

#79cddb #799cdb #79dbb8

Monochromatic Colors of #79cddb

#79cddb

Complementary Color

#79cddb #db8779

#79cddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79cddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#79cddb Color CSS Codes

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

#79cddb Text Font Color

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

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


#79cddb Background Color

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

This div background color is #79cddb


#79cddb Border Color

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

This div border color is #79cddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79cddb


Comments

No comments written yet.

Please login to write comment.