Color Hex Logo

#79cbdb Color Hex

#79CBDB
(121,203,219)
0 Favorites   0 Comments

Color spaces of #79cbdb

RGB 121203219
HSL0.530.580.67
HSV190°45°86°
CMYK 0.450.070.00   0.14
XYZ42.027351.891374.8188
Yxy51.89130.24910.3075
Hunter Lab72.0356-21.9212-11.1558
CIE-Lab77.2158-20.8717-15.7704

#79cbdb color RGB value is (121,203,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 11001011 11011011
Octal 171 313 333
Decimal 121 203 219
Hex 79 CB DB

RGB Percentages of Color #79cbdb

%22.28
%37.38
%40.33

CMYK Percentages of Color #79cbdb

%45
%7
%0
%14

Triadic Colors of #79cbdb

#79cbdb #db79cb #cbdb79

Analogous Colors of #79cbdb

#79cbdb #799adb #79dbba

Monochromatic Colors of #79cbdb

#79cbdb

Complementary Color

#79cbdb #db8979

#79cbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79cbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#79cbdb Color CSS Codes

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

#79cbdb Text Font Color

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

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


#79cbdb Background Color

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

This div background color is #79cbdb


#79cbdb Border Color

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

This div border color is #79cbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79cbdb


Comments

No comments written yet.

Please login to write comment.