Color Hex Logo

#799cae Color Hex

#799CAE
(121,156,174)
0 Favorites   0 Comments

Color spaces of #799cae

RGB 121156174
HSL0.560.250.58
HSV200°30°68°
CMYK 0.300.100.00   0.32
XYZ27.413630.897944.5634
Yxy30.89790.26650.3003
Hunter Lab55.5859-9.2434-8.6229
CIE-Lab62.4213-7.6693-13.2827

#799cae color RGB value is (121,156,174).

#799cae hex color red value is 121, green value is 156 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #799cae hue: 0.56 , saturation: 0.25 and the lightness value of 799cae is 0.58.

The process color (four color CMYK) of #799cae color hex is 0.30, 0.10, 0.00, 0.32. Web safe color of #799cae is #669999. Color #799cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10011100 10101110
Octal 171 234 256
Decimal 121 156 174
Hex 79 9C AE

RGB Percentages of Color #799cae

%26.83
%34.59
%38.58

CMYK Percentages of Color #799cae

%30
%10
%0
%32

Triadic Colors of #799cae

#799cae #ae799c #9cae79

Analogous Colors of #799cae

#799cae #7982ae #79aea6

Monochromatic Colors of #799cae

#799cae

Complementary Color

#799cae #ae8b79

#799cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#799cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#799cae Color CSS Codes

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

#799cae Text Font Color

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

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


#799cae Background Color

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

This div background color is #799cae


#799cae Border Color

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

This div border color is #799cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #799cae


Comments

No comments written yet.

Please login to write comment.