Color Hex Logo

#879aaf Color Hex

#879AAF
(135,154,175)
0 Favorites   0 Comments

Color spaces of #879aaf

RGB 135154175
HSL0.590.200.61
HSV212°23°69°
CMYK 0.230.120.00   0.31
XYZ29.285131.357245.0665
Yxy31.35720.27700.2966
Hunter Lab55.9975-4.6452-8.5180
CIE-Lab62.8080-1.9832-13.1727

#879aaf color RGB value is (135,154,175).

#879aaf hex color red value is 135, green value is 154 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #879aaf hue: 0.59 , saturation: 0.20 and the lightness value of 879aaf is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10011010 10101111
Octal 207 232 257
Decimal 135 154 175
Hex 87 9A AF

RGB Percentages of Color #879aaf

%29.09
%33.19
%37.72

CMYK Percentages of Color #879aaf

%23
%12
%0
%31

Triadic Colors of #879aaf

#879aaf #af879a #9aaf87

Analogous Colors of #879aaf

#879aaf #8887af #87aeaf

Monochromatic Colors of #879aaf

#879aaf

Complementary Color

#879aaf #af9c87

#879aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#879aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#879aaf Color CSS Codes

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

#879aaf Text Font Color

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

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


#879aaf Background Color

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

This div background color is #879aaf


#879aaf Border Color

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

This div border color is #879aaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,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 #879aaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #879aaf


Comments

No comments written yet.

Please login to write comment.