Color Hex Logo

#799ece Color Hex

#799ECE
(121,158,206)
0 Favorites   0 Comments

Color spaces of #799ece

RGB 121158206
HSL0.590.460.64
HSV214°41°81°
CMYK 0.410.230.00   0.19
XYZ31.252632.974963.1101
Yxy32.97490.24540.2590
Hunter Lab57.4238-3.3439-24.9645
CIE-Lab64.1406-0.3275-28.5806

#799ece color RGB value is (121,158,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10011110 11001110
Octal 171 236 316
Decimal 121 158 206
Hex 79 9E CE

RGB Percentages of Color #799ece

%24.95
%32.58
%42.47

CMYK Percentages of Color #799ece

%41
%23
%0
%19

Triadic Colors of #799ece

#799ece #ce799e #9ece79

Analogous Colors of #799ece

#799ece #7f79ce #79c9ce

Monochromatic Colors of #799ece

#799ece

Complementary Color

#799ece #cea979

#799ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#799ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#799ece Color CSS Codes

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

#799ece Text Font Color

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

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


#799ece Background Color

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

This div background color is #799ece


#799ece Border Color

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

This div border color is #799ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #799ece


Comments

No comments written yet.

Please login to write comment.