Color Hex Logo

#79deeb Color Hex

#79DEEB
(121,222,235)
0 Favorites   0 Comments

Color spaces of #79deeb

RGB 121222235
HSL0.520.740.70
HSV187°49°92°
CMYK 0.490.060.00   0.08
XYZ49.001862.305788.0408
Yxy62.30570.24580.3125
Hunter Lab78.9340-27.3225-10.8767
CIE-Lab83.0757-26.1273-15.5049

#79deeb color RGB value is (121,222,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 11011110 11101011
Octal 171 336 353
Decimal 121 222 235
Hex 79 DE EB

RGB Percentages of Color #79deeb

%20.93
%38.41
%40.66

CMYK Percentages of Color #79deeb

%49
%6
%0
%8

Triadic Colors of #79deeb

#79deeb #eb79de #deeb79

Analogous Colors of #79deeb

#79deeb #79a5eb #79ebbf

Monochromatic Colors of #79deeb

#79deeb

Complementary Color

#79deeb #eb8679

#79deeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79deeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#79deeb Color CSS Codes

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

#79deeb Text Font Color

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

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


#79deeb Background Color

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

This div background color is #79deeb


#79deeb Border Color

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

This div border color is #79deeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79deeb


Comments

No comments written yet.

Please login to write comment.