Color Hex Logo

#79bfea Color Hex

#79BFEA
(121,191,234)
0 Favorites   0 Comments

Color spaces of #79bfea

RGB 121191234
HSL0.560.730.70
HSV203°48°92°
CMYK 0.480.180.00   0.08
XYZ41.367247.267184.7851
Yxy47.26710.23850.2726
Hunter Lab68.7511-12.9118-24.9918
CIE-Lab74.3603-10.5684-28.2058

#79bfea color RGB value is (121,191,234).

#79bfea hex color red value is 121, green value is 191 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #79bfea hue: 0.56 , saturation: 0.73 and the lightness value of 79bfea is 0.70.

The process color (four color CMYK) of #79bfea color hex is 0.48, 0.18, 0.00, 0.08. Web safe color of #79bfea is #66ccff. Color #79bfea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10111111 11101010
Octal 171 277 352
Decimal 121 191 234
Hex 79 BF EA

RGB Percentages of Color #79bfea

%22.16
%34.98
%42.86

CMYK Percentages of Color #79bfea

%48
%18
%0
%8

Triadic Colors of #79bfea

#79bfea #ea79bf #bfea79

Analogous Colors of #79bfea

#79bfea #7987ea #79eadd

Monochromatic Colors of #79bfea

#79bfea

Complementary Color

#79bfea #eaa479

#79bfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79bfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#79bfea Color CSS Codes

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

#79bfea Text Font Color

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

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


#79bfea Background Color

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

This div background color is #79bfea


#79bfea Border Color

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

This div border color is #79bfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79bfea


Comments

No comments written yet.

Please login to write comment.