Color Hex Logo

#79ccdc Color Hex

#79CCDC
(121,204,220)
0 Favorites   0 Comments

Color spaces of #79ccdc

RGB 121204220
HSL0.530.590.67
HSV190°45°86°
CMYK 0.450.070.00   0.14
XYZ42.396352.418075.5933
Yxy52.41800.24880.3076
Hunter Lab72.4003-22.1741-11.2246
CIE-Lab77.5301-21.1150-15.8354

#79ccdc color RGB value is (121,204,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 11001100 11011100
Octal 171 314 334
Decimal 121 204 220
Hex 79 CC DC

RGB Percentages of Color #79ccdc

%22.20
%37.43
%40.37

CMYK Percentages of Color #79ccdc

%45
%7
%0
%14

Triadic Colors of #79ccdc

#79ccdc #dc79cc #ccdc79

Analogous Colors of #79ccdc

#79ccdc #799bdc #79dcbb

Monochromatic Colors of #79ccdc

#79ccdc

Complementary Color

#79ccdc #dc8979

#79ccdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79ccdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#79ccdc Color CSS Codes

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

#79ccdc Text Font Color

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

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


#79ccdc Background Color

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

This div background color is #79ccdc


#79ccdc Border Color

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

This div border color is #79ccdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79ccdc


Comments

No comments written yet.

Please login to write comment.