Color Hex Logo

#79bdcf Color Hex

#79BDCF
(121,189,207)
0 Favorites   0 Comments

Color spaces of #79bdcf

RGB 121189207
HSL0.530.470.64
HSV193°42°81°
CMYK 0.420.090.00   0.19
XYZ37.345244.965165.7423
Yxy44.96510.25220.3037
Hunter Lab67.0560-17.9369-11.1892
CIE-Lab72.8689-16.8412-15.8186

#79bdcf color RGB value is (121,189,207).

#79bdcf hex color red value is 121, green value is 189 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #79bdcf hue: 0.53 , saturation: 0.47 and the lightness value of 79bdcf is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10111101 11001111
Octal 171 275 317
Decimal 121 189 207
Hex 79 BD CF

RGB Percentages of Color #79bdcf

%23.40
%36.56
%40.04

CMYK Percentages of Color #79bdcf

%42
%9
%0
%19

Triadic Colors of #79bdcf

#79bdcf #cf79bd #bdcf79

Analogous Colors of #79bdcf

#79bdcf #7992cf #79cfb6

Monochromatic Colors of #79bdcf

#79bdcf

Complementary Color

#79bdcf #cf8b79

#79bdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79bdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#79bdcf Color CSS Codes

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

#79bdcf Text Font Color

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

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


#79bdcf Background Color

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

This div background color is #79bdcf


#79bdcf Border Color

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

This div border color is #79bdcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79bdcf


Comments

No comments written yet.

Please login to write comment.