Color Hex Logo

#79bdfb Color Hex

#79BDFB
(121,189,251)
0 Favorites   0 Comments

Color spaces of #79bdfb

RGB 121189251
HSL0.580.940.73
HSV209°52°98°
CMYK 0.520.250.00   0.02
XYZ43.495347.425298.1283
Yxy47.42520.23010.2509
Hunter Lab68.8660-7.7760-36.2772
CIE-Lab74.4609-4.6128-37.2185

#79bdfb color RGB value is (121,189,251).

#79bdfb hex color red value is 121, green value is 189 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #79bdfb hue: 0.58 , saturation: 0.94 and the lightness value of 79bdfb is 0.73.

The process color (four color CMYK) of #79bdfb color hex is 0.52, 0.25, 0.00, 0.02. Web safe color of #79bdfb is #66ccff. Color #79bdfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10111101 11111011
Octal 171 275 373
Decimal 121 189 251
Hex 79 BD FB

RGB Percentages of Color #79bdfb

%21.57
%33.69
%44.74

CMYK Percentages of Color #79bdfb

%52
%25
%0
%2

Triadic Colors of #79bdfb

#79bdfb #fb79bd #bdfb79

Analogous Colors of #79bdfb

#79bdfb #797cfb #79fbf8

Monochromatic Colors of #79bdfb

#79bdfb

Complementary Color

#79bdfb #fbb779

#79bdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79bdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#79bdfb Color CSS Codes

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

#79bdfb Text Font Color

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

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


#79bdfb Background Color

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

This div background color is #79bdfb


#79bdfb Border Color

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

This div border color is #79bdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79bdfb


Comments

No comments written yet.

Please login to write comment.