Color Hex Logo

#799ebc Color Hex

#799EBC
(121,158,188)
0 Favorites   0 Comments

Color spaces of #799ebc

RGB 121158188
HSL0.570.330.61
HSV207°36°74°
CMYK 0.360.160.00   0.26
XYZ29.189132.149552.2440
Yxy32.14950.25700.2830
Hunter Lab56.7005-7.3352-14.9396
CIE-Lab63.4663-5.1899-19.5641

#799ebc color RGB value is (121,158,188).

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

The process color (four color CMYK) of #799ebc color hex is 0.36, 0.16, 0.00, 0.26. Web safe color of #799ebc is #6699cc. Color #799ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10011110 10111100
Octal 171 236 274
Decimal 121 158 188
Hex 79 9E BC

RGB Percentages of Color #799ebc

%25.91
%33.83
%40.26

CMYK Percentages of Color #799ebc

%36
%16
%0
%26

Triadic Colors of #799ebc

#799ebc #bc799e #9ebc79

Analogous Colors of #799ebc

#799ebc #797dbc #79bcb9

Monochromatic Colors of #799ebc

#799ebc

Complementary Color

#799ebc #bc9779

#799ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#799ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#799ebc Color CSS Codes

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

#799ebc Text Font Color

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

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


#799ebc Background Color

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

This div background color is #799ebc


#799ebc Border Color

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

This div border color is #799ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #799ebc


Comments

No comments written yet.

Please login to write comment.