Color Hex Logo

#799eba Color Hex

#799EBA
(121,158,186)
0 Favorites   0 Comments

Color spaces of #799eba

RGB 121158186
HSL0.570.320.60
HSV206°35°73°
CMYK 0.350.150.00   0.27
XYZ28.974932.063851.1162
Yxy32.06380.25830.2859
Hunter Lab56.6249-7.7553-13.8846
CIE-Lab63.3956-5.7124-18.5511

#799eba color RGB value is (121,158,186).

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

The process color (four color CMYK) of #799eba color hex is 0.35, 0.15, 0.00, 0.27. Web safe color of #799eba is #6699cc. Color #799eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10011110 10111010
Octal 171 236 272
Decimal 121 158 186
Hex 79 9E BA

RGB Percentages of Color #799eba

%26.02
%33.98
%40.00

CMYK Percentages of Color #799eba

%35
%15
%0
%27

Triadic Colors of #799eba

#799eba #ba799e #9eba79

Analogous Colors of #799eba

#799eba #797eba #79bab6

Monochromatic Colors of #799eba

#799eba

Complementary Color

#799eba #ba9579

#799eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#799eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#799eba Color CSS Codes

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

#799eba Text Font Color

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

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


#799eba Background Color

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

This div background color is #799eba


#799eba Border Color

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

This div border color is #799eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #799eba


Comments

No comments written yet.

Please login to write comment.