Color Hex Logo

#799edd Color Hex

#799EDD
(121,158,221)
0 Favorites   0 Comments

Color spaces of #799edd

RGB 121158221
HSL0.610.600.67
HSV218°45°87°
CMYK 0.450.290.00   0.13
XYZ33.163233.739173.1710
Yxy33.73910.23680.2409
Hunter Lab58.08540.2632-34.0287
CIE-Lab64.75503.9183-35.9494

#799edd color RGB value is (121,158,221).

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

The process color (four color CMYK) of #799edd color hex is 0.45, 0.29, 0.00, 0.13. Web safe color of #799edd is #6699cc. Color #799edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10011110 11011101
Octal 171 236 335
Decimal 121 158 221
Hex 79 9E DD

RGB Percentages of Color #799edd

%24.20
%31.60
%44.20

CMYK Percentages of Color #799edd

%45
%29
%0
%13

Triadic Colors of #799edd

#799edd #dd799e #9edd79

Analogous Colors of #799edd

#799edd #8679dd #79d0dd

Monochromatic Colors of #799edd

#799edd

Complementary Color

#799edd #ddb879

#799edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#799edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#799edd Color CSS Codes

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

#799edd Text Font Color

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

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


#799edd Background Color

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

This div background color is #799edd


#799edd Border Color

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

This div border color is #799edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #799edd


Comments

No comments written yet.

Please login to write comment.