Color Hex Logo

#79bbcd Color Hex

#79BBCD
(121,187,205)
0 Favorites   0 Comments

Color spaces of #79bbcd

RGB 121187205
HSL0.540.460.64
HSV193°41°80°
CMYK 0.410.090.00   0.20
XYZ36.674944.013464.3201
Yxy44.01340.25290.3035
Hunter Lab66.3426-17.4228-11.0427
CIE-Lab72.2375-16.3237-15.6794

#79bbcd color RGB value is (121,187,205).

#79bbcd hex color red value is 121, green value is 187 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #79bbcd hue: 0.54 , saturation: 0.46 and the lightness value of 79bbcd is 0.64.

The process color (four color CMYK) of #79bbcd color hex is 0.41, 0.09, 0.00, 0.20. Web safe color of #79bbcd is #66cccc. Color #79bbcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10111011 11001101
Octal 171 273 315
Decimal 121 187 205
Hex 79 BB CD

RGB Percentages of Color #79bbcd

%23.59
%36.45
%39.96

CMYK Percentages of Color #79bbcd

%41
%9
%0
%20

Triadic Colors of #79bbcd

#79bbcd #cd79bb #bbcd79

Analogous Colors of #79bbcd

#79bbcd #7991cd #79cdb5

Monochromatic Colors of #79bbcd

#79bbcd

Complementary Color

#79bbcd #cd8b79

#79bbcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79bbcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#79bbcd Color CSS Codes

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

#79bbcd Text Font Color

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

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


#79bbcd Background Color

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

This div background color is #79bbcd


#79bbcd Border Color

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

This div border color is #79bbcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79bbcd


Comments

No comments written yet.

Please login to write comment.