Color Hex Logo

#79bfdc Color Hex

#79BFDC
(121,191,220)
0 Favorites   0 Comments

Color spaces of #79bfdc

RGB 121191220
HSL0.550.590.67
HSV198°45°86°
CMYK 0.450.130.00   0.14
XYZ39.434246.493974.6060
Yxy46.49390.24560.2896
Hunter Lab68.1864-16.0945-17.1415
CIE-Lab73.8649-14.4293-21.3804

#79bfdc color RGB value is (121,191,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10111111 11011100
Octal 171 277 334
Decimal 121 191 220
Hex 79 BF DC

RGB Percentages of Color #79bfdc

%22.74
%35.90
%41.35

CMYK Percentages of Color #79bfdc

%45
%13
%0
%14

Triadic Colors of #79bfdc

#79bfdc #dc79bf #bfdc79

Analogous Colors of #79bfdc

#79bfdc #798edc #79dcc8

Monochromatic Colors of #79bfdc

#79bfdc

Complementary Color

#79bfdc #dc9679

#79bfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79bfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#79bfdc Color CSS Codes

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

#79bfdc Text Font Color

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

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


#79bfdc Background Color

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

This div background color is #79bfdc


#79bfdc Border Color

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

This div border color is #79bfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79bfdc


Comments

No comments written yet.

Please login to write comment.