Color Hex Logo

#79bffe Color Hex

#79BFFE
(121,191,254)
0 Favorites   0 Comments

Color spaces of #79bffe

RGB 121191254
HSL0.580.990.74
HSV208°52°100°
CMYK 0.520.250.00   0.00
XYZ44.405448.4823100.7835
Yxy48.48230.22930.2503
Hunter Lab69.6292-8.0144-37.0777
CIE-Lab75.1281-4.8197-37.7951

#79bffe color RGB value is (121,191,254).

#79bffe hex color red value is 121, green value is 191 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #79bffe hue: 0.58 , saturation: 0.99 and the lightness value of 79bffe is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10111111 11111110
Octal 171 277 376
Decimal 121 191 254
Hex 79 BF FE

RGB Percentages of Color #79bffe

%21.38
%33.75
%44.88

CMYK Percentages of Color #79bffe

%52
%25
%0
%0

Triadic Colors of #79bffe

#79bffe #fe79bf #bffe79

Analogous Colors of #79bffe

#79bffe #797dfe #79fefb

Monochromatic Colors of #79bffe

#79bffe

Complementary Color

#79bffe #feb879

#79bffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79bffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#79bffe Color CSS Codes

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

#79bffe Text Font Color

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

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


#79bffe Background Color

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

This div background color is #79bffe


#79bffe Border Color

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

This div border color is #79bffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79bffe


Comments

No comments written yet.

Please login to write comment.