Color Hex Logo

#799aae Color Hex

#799AAE
(121,154,174)
0 Favorites   0 Comments

Color spaces of #799aae

RGB 121154174
HSL0.560.250.58
HSV203°30°68°
CMYK 0.300.110.00   0.32
XYZ27.080730.232144.4525
Yxy30.23210.26610.2971
Hunter Lab54.9837-8.3063-9.4454
CIE-Lab61.8540-6.5664-14.1376

#799aae color RGB value is (121,154,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10011010 10101110
Octal 171 232 256
Decimal 121 154 174
Hex 79 9A AE

RGB Percentages of Color #799aae

%26.95
%34.30
%38.75

CMYK Percentages of Color #799aae

%30
%11
%0
%32

Triadic Colors of #799aae

#799aae #ae799a #9aae79

Analogous Colors of #799aae

#799aae #7980ae #79aea8

Monochromatic Colors of #799aae

#799aae

Complementary Color

#799aae #ae8d79

#799aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#799aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#799aae Color CSS Codes

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

#799aae Text Font Color

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

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


#799aae Background Color

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

This div background color is #799aae


#799aae Border Color

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

This div border color is #799aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #799aae


Comments

No comments written yet.

Please login to write comment.