Color Hex Logo

#799fdd Color Hex

#799FDD
(121,159,221)
0 Favorites   0 Comments

Color spaces of #799fdd

RGB 121159221
HSL0.600.600.67
HSV217°45°87°
CMYK 0.450.280.00   0.13
XYZ33.334434.081773.2281
Yxy34.08170.23700.2423
Hunter Lab58.3795-0.2416-33.5045
CIE-Lab65.02743.3488-35.5253

#799fdd color RGB value is (121,159,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10011111 11011101
Octal 171 237 335
Decimal 121 159 221
Hex 79 9F DD

RGB Percentages of Color #799fdd

%24.15
%31.74
%44.11

CMYK Percentages of Color #799fdd

%45
%28
%0
%13

Triadic Colors of #799fdd

#799fdd #dd799f #9fdd79

Analogous Colors of #799fdd

#799fdd #8579dd #79d1dd

Monochromatic Colors of #799fdd

#799fdd

Complementary Color

#799fdd #ddb779

#799fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#799fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#799fdd Color CSS Codes

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

#799fdd Text Font Color

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

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


#799fdd Background Color

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

This div background color is #799fdd


#799fdd Border Color

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

This div border color is #799fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #799fdd


Comments

No comments written yet.

Please login to write comment.