Color Hex Logo

#79bcdc Color Hex

#79BCDC
(121,188,220)
0 Favorites   0 Comments

Color spaces of #79bcdc

RGB 121188220
HSL0.550.590.67
HSV199°45°86°
CMYK 0.450.150.00   0.14
XYZ38.786645.198774.3901
Yxy45.19870.24490.2854
Hunter Lab67.2300-14.6715-18.5435
CIE-Lab73.0225-12.8512-22.6625

#79bcdc color RGB value is (121,188,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10111100 11011100
Octal 171 274 334
Decimal 121 188 220
Hex 79 BC DC

RGB Percentages of Color #79bcdc

%22.87
%35.54
%41.59

CMYK Percentages of Color #79bcdc

%45
%15
%0
%14

Triadic Colors of #79bcdc

#79bcdc #dc79bc #bcdc79

Analogous Colors of #79bcdc

#79bcdc #798bdc #79dccb

Monochromatic Colors of #79bcdc

#79bcdc

Complementary Color

#79bcdc #dc9979

#79bcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79bcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#79bcdc Color CSS Codes

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

#79bcdc Text Font Color

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

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


#79bcdc Background Color

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

This div background color is #79bcdc


#79bcdc Border Color

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

This div border color is #79bcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79bcdc


Comments

No comments written yet.

Please login to write comment.