Color Hex Logo

#79bfde Color Hex

#79BFDE
(121,191,222)
0 Favorites   0 Comments

Color spaces of #79bfde

RGB 121191222
HSL0.550.600.67
HSV198°45°87°
CMYK 0.450.140.00   0.13
XYZ39.700846.600576.0096
Yxy46.60050.24460.2871
Hunter Lab68.2646-15.6523-18.2316
CIE-Lab73.9335-13.8866-22.3610

#79bfde color RGB value is (121,191,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10111111 11011110
Octal 171 277 336
Decimal 121 191 222
Hex 79 BF DE

RGB Percentages of Color #79bfde

%22.66
%35.77
%41.57

CMYK Percentages of Color #79bfde

%45
%14
%0
%13

Triadic Colors of #79bfde

#79bfde #de79bf #bfde79

Analogous Colors of #79bfde

#79bfde #798dde #79decb

Monochromatic Colors of #79bfde

#79bfde

Complementary Color

#79bfde #de9879

#79bfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79bfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#79bfde Color CSS Codes

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

#79bfde Text Font Color

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

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


#79bfde Background Color

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

This div background color is #79bfde


#79bfde Border Color

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

This div border color is #79bfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79bfde


Comments

No comments written yet.

Please login to write comment.