Color Hex Logo

#79bbec Color Hex

#79BBEC
(121,187,236)
0 Favorites   0 Comments

Color spaces of #79bbec

RGB 121187236
HSL0.570.750.70
HSV206°49°93°
CMYK 0.490.210.00   0.07
XYZ40.795845.661786.0203
Yxy45.66170.23650.2647
Hunter Lab67.5734-10.4885-28.1742
CIE-Lab73.3255-7.8607-30.8792

#79bbec color RGB value is (121,187,236).

#79bbec hex color red value is 121, green value is 187 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #79bbec hue: 0.57 , saturation: 0.75 and the lightness value of 79bbec is 0.70.

The process color (four color CMYK) of #79bbec color hex is 0.49, 0.21, 0.00, 0.07. Web safe color of #79bbec is #66ccff. Color #79bbec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10111011 11101100
Octal 171 273 354
Decimal 121 187 236
Hex 79 BB EC

RGB Percentages of Color #79bbec

%22.24
%34.38
%43.38

CMYK Percentages of Color #79bbec

%49
%21
%0
%7

Triadic Colors of #79bbec

#79bbec #ec79bb #bbec79

Analogous Colors of #79bbec

#79bbec #7982ec #79ece4

Monochromatic Colors of #79bbec

#79bbec

Complementary Color

#79bbec #ecaa79

#79bbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79bbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#79bbec Color CSS Codes

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

#79bbec Text Font Color

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

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


#79bbec Background Color

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

This div background color is #79bbec


#79bbec Border Color

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

This div border color is #79bbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79bbec


Comments

No comments written yet.

Please login to write comment.