Color Hex Logo

#79befa Color Hex

#79BEFA
(121,190,250)
0 Favorites   0 Comments

Color spaces of #79befa

RGB 121190250
HSL0.580.930.73
HSV208°52°98°
CMYK 0.520.240.00   0.02
XYZ43.553947.794097.3721
Yxy47.79400.23080.2533
Hunter Lab69.1332-8.5282-35.1150
CIE-Lab74.6948-5.4480-36.3177

#79befa color RGB value is (121,190,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10111110 11111010
Octal 171 276 372
Decimal 121 190 250
Hex 79 BE FA

RGB Percentages of Color #79befa

%21.57
%33.87
%44.56

CMYK Percentages of Color #79befa

%52
%24
%0
%2

Triadic Colors of #79befa

#79befa #fa79be #befa79

Analogous Colors of #79befa

#79befa #797efa #79faf6

Monochromatic Colors of #79befa

#79befa

Complementary Color

#79befa #fab579

#79befa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79befa Color Preview on White Background

Lorem ipsum dolor sit amet.

#79befa Color CSS Codes

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

#79befa Text Font Color

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

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


#79befa Background Color

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

This div background color is #79befa


#79befa Border Color

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

This div border color is #79befa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79befa


Comments

No comments written yet.

Please login to write comment.