Color Hex Logo

#79cdea Color Hex

#79CDEA
(121,205,234)
1 Favorites   0 Comments

Color spaces of #79cdea

RGB 121205234
HSL0.540.730.70
HSV195°48°92°
CMYK 0.480.120.00   0.08
XYZ44.567853.668185.8519
Yxy53.66810.24210.2915
Hunter Lab73.2585-19.6095-18.2012
CIE-Lab78.2678-17.8805-22.2372

#79cdea color RGB value is (121,205,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 11001101 11101010
Octal 171 315 352
Decimal 121 205 234
Hex 79 CD EA

RGB Percentages of Color #79cdea

%21.61
%36.61
%41.79

CMYK Percentages of Color #79cdea

%48
%12
%0
%8

Triadic Colors of #79cdea

#79cdea #ea79cd #cdea79

Analogous Colors of #79cdea

#79cdea #7995ea #79eacf

Monochromatic Colors of #79cdea

#79cdea

Complementary Color

#79cdea #ea9679

#79cdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79cdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#79cdea Color CSS Codes

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

#79cdea Text Font Color

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

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


#79cdea Background Color

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

This div background color is #79cdea


#79cdea Border Color

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

This div border color is #79cdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79cdea


Comments

No comments written yet.

Please login to write comment.