Color Hex Logo

#79dfea Color Hex

#79DFEA
(121,223,234)
0 Favorites   0 Comments

Color spaces of #79dfea

RGB 121223234
HSL0.520.730.70
HSV186°48°92°
CMYK 0.480.050.00   0.08
XYZ49.124162.780887.3707
Yxy62.78080.24650.3150
Hunter Lab79.2343-27.9928-9.9143
CIE-Lab83.3269-26.8768-14.5978

#79dfea color RGB value is (121,223,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 11011111 11101010
Octal 171 337 352
Decimal 121 223 234
Hex 79 DF EA

RGB Percentages of Color #79dfea

%20.93
%38.58
%40.48

CMYK Percentages of Color #79dfea

%48
%5
%0
%8

Triadic Colors of #79dfea

#79dfea #ea79df #dfea79

Analogous Colors of #79dfea

#79dfea #79a7ea #79eabd

Monochromatic Colors of #79dfea

#79dfea

Complementary Color

#79dfea #ea8479

#79dfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79dfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#79dfea Color CSS Codes

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

#79dfea Text Font Color

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

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


#79dfea Background Color

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

This div background color is #79dfea


#79dfea Border Color

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

This div border color is #79dfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79dfea


Comments

No comments written yet.

Please login to write comment.