Color Hex Logo

#799eda Color Hex

#799EDA
(121,158,218)
0 Favorites   0 Comments

Color spaces of #799eda

RGB 121158218
HSL0.600.570.66
HSV217°44°85°
CMYK 0.440.280.00   0.15
XYZ32.766933.580671.0844
Yxy33.58060.23840.2443
Hunter Lab57.9488-0.4782-32.1655
CIE-Lab64.62833.0565-34.4865

#799eda color RGB value is (121,158,218).

#799eda hex color red value is 121, green value is 158 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #799eda hue: 0.60 , saturation: 0.57 and the lightness value of 799eda is 0.66.

The process color (four color CMYK) of #799eda color hex is 0.44, 0.28, 0.00, 0.15. Web safe color of #799eda is #6699cc. Color #799eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10011110 11011010
Octal 171 236 332
Decimal 121 158 218
Hex 79 9E DA

RGB Percentages of Color #799eda

%24.35
%31.79
%43.86

CMYK Percentages of Color #799eda

%44
%28
%0
%15

Triadic Colors of #799eda

#799eda #da799e #9eda79

Analogous Colors of #799eda

#799eda #8579da #79cfda

Monochromatic Colors of #799eda

#799eda

Complementary Color

#799eda #dab579

#799eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#799eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#799eda Color CSS Codes

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

#799eda Text Font Color

<p style="color:#799eda">Text here</p>

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


#799eda Background Color

<div style="background-color:#799eda">
Div content here</div>

This div background color is #799eda


#799eda Border Color

<div style="border:3px solid #799eda">
Div here</div>

This div border color is #799eda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,158,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #799eda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #799eda;
  -webkit-box-shadow: 1px 1px 3px 2px #799eda;
  box-shadow:         1px 1px 3px 2px #799eda; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #799eda


Comments

No comments written yet.

Please login to write comment.