Color Hex Logo

#799dce Color Hex

#799DCE
(121,157,206)
0 Favorites   0 Comments

Color spaces of #799dce

RGB 121157206
HSL0.600.460.64
HSV215°41°81°
CMYK 0.410.240.00   0.19
XYZ31.082732.635163.0535
Yxy32.63510.24520.2574
Hunter Lab57.1271-2.8512-25.4517
CIE-Lab63.86440.2367-29.0070

#799dce color RGB value is (121,157,206).

#799dce hex color red value is 121, green value is 157 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #799dce hue: 0.60 , saturation: 0.46 and the lightness value of 799dce is 0.64.

The process color (four color CMYK) of #799dce color hex is 0.41, 0.24, 0.00, 0.19. Web safe color of #799dce is #6699cc. Color #799dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10011101 11001110
Octal 171 235 316
Decimal 121 157 206
Hex 79 9D CE

RGB Percentages of Color #799dce

%25.00
%32.44
%42.56

CMYK Percentages of Color #799dce

%41
%24
%0
%19

Triadic Colors of #799dce

#799dce #ce799d #9dce79

Analogous Colors of #799dce

#799dce #8079ce #79c8ce

Monochromatic Colors of #799dce

#799dce

Complementary Color

#799dce #ceaa79

#799dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#799dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#799dce Color CSS Codes

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

#799dce Text Font Color

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

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


#799dce Background Color

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

This div background color is #799dce


#799dce Border Color

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

This div border color is #799dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #799dce


Comments

No comments written yet.

Please login to write comment.