Color Hex Logo

#799aaf Color Hex

#799AAF
(121,154,175)
0 Favorites   0 Comments

Color spaces of #799aaf

RGB 121154175
HSL0.560.250.58
HSV203°31°69°
CMYK 0.310.120.00   0.31
XYZ27.178630.271344.9679
Yxy30.27130.26540.2956
Hunter Lab55.0194-8.1080-9.9448
CIE-Lab61.8876-6.3154-14.6509

#799aaf color RGB value is (121,154,175).

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

The process color (four color CMYK) of #799aaf color hex is 0.31, 0.12, 0.00, 0.31. Web safe color of #799aaf is #669999. Color #799aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10011010 10101111
Octal 171 232 257
Decimal 121 154 175
Hex 79 9A AF

RGB Percentages of Color #799aaf

%26.89
%34.22
%38.89

CMYK Percentages of Color #799aaf

%31
%12
%0
%31

Triadic Colors of #799aaf

#799aaf #af799a #9aaf79

Analogous Colors of #799aaf

#799aaf #797faf #79afa9

Monochromatic Colors of #799aaf

#799aaf

Complementary Color

#799aaf #af8e79

#799aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#799aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#799aaf Color CSS Codes

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

#799aaf Text Font Color

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

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


#799aaf Background Color

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

This div background color is #799aaf


#799aaf Border Color

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

This div border color is #799aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #799aaf


Comments

No comments written yet.

Please login to write comment.