Color Hex Logo

#79bacd Color Hex

#79BACD
(121,186,205)
0 Favorites   0 Comments

Color spaces of #79bacd

RGB 121186205
HSL0.540.460.64
HSV194°41°80°
CMYK 0.410.090.00   0.20
XYZ36.463543.590564.2496
Yxy43.59050.25270.3021
Hunter Lab66.0231-16.9577-11.4812
CIE-Lab71.9539-15.8024-16.1069

#79bacd color RGB value is (121,186,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10111010 11001101
Octal 171 272 315
Decimal 121 186 205
Hex 79 BA CD

RGB Percentages of Color #79bacd

%23.63
%36.33
%40.04

CMYK Percentages of Color #79bacd

%41
%9
%0
%20

Triadic Colors of #79bacd

#79bacd #cd79ba #bacd79

Analogous Colors of #79bacd

#79bacd #7990cd #79cdb6

Monochromatic Colors of #79bacd

#79bacd

Complementary Color

#79bacd #cd8c79

#79bacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79bacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#79bacd Color CSS Codes

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

#79bacd Text Font Color

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

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


#79bacd Background Color

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

This div background color is #79bacd


#79bacd Border Color

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

This div border color is #79bacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79bacd


Comments

No comments written yet.

Please login to write comment.