Color Hex Logo

#79dbfe Color Hex

#79DBFE
(121,219,254)
0 Favorites   0 Comments

Color spaces of #79dbfe

RGB 121219254
HSL0.540.990.74
HSV196°52°100°
CMYK 0.520.140.00   0.00
XYZ51.106161.8837103.0171
Yxy61.88370.23660.2865
Hunter Lab78.6662-21.7019-22.5767
CIE-Lab82.8515-19.5022-25.9083

#79dbfe color RGB value is (121,219,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 11011011 11111110
Octal 171 333 376
Decimal 121 219 254
Hex 79 DB FE

RGB Percentages of Color #79dbfe

%20.37
%36.87
%42.76

CMYK Percentages of Color #79dbfe

%52
%14
%0
%0

Triadic Colors of #79dbfe

#79dbfe #fe79db #dbfe79

Analogous Colors of #79dbfe

#79dbfe #7999fe #79fedf

Monochromatic Colors of #79dbfe

#79dbfe

Complementary Color

#79dbfe #fe9c79

#79dbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79dbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#79dbfe Color CSS Codes

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

#79dbfe Text Font Color

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

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


#79dbfe Background Color

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

This div background color is #79dbfe


#79dbfe Border Color

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

This div border color is #79dbfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,219,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 #79dbfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79dbfe

Related Colors


Comments

No comments written yet.

Please login to write comment.