Color Hex Logo

#79bdea Color Hex

#79BDEA
(121,189,234)
0 Favorites   0 Comments

Color spaces of #79bdea

RGB 121189234
HSL0.570.730.70
HSV204°48°92°
CMYK 0.480.190.00   0.08
XYZ40.934046.400784.6407
Yxy46.40070.23800.2698
Hunter Lab68.1181-11.9411-25.9887
CIE-Lab73.8048-9.5013-29.0591

#79bdea color RGB value is (121,189,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10111101 11101010
Octal 171 275 352
Decimal 121 189 234
Hex 79 BD EA

RGB Percentages of Color #79bdea

%22.24
%34.74
%43.01

CMYK Percentages of Color #79bdea

%48
%19
%0
%8

Triadic Colors of #79bdea

#79bdea #ea79bd #bdea79

Analogous Colors of #79bdea

#79bdea #7985ea #79eadf

Monochromatic Colors of #79bdea

#79bdea

Complementary Color

#79bdea #eaa679

#79bdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79bdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#79bdea Color CSS Codes

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

#79bdea Text Font Color

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

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


#79bdea Background Color

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

This div background color is #79bdea


#79bdea Border Color

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

This div border color is #79bdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79bdea


Comments

No comments written yet.

Please login to write comment.