Color Hex Logo

#879caa Color Hex

#879CAA
(135,156,170)
0 Favorites   0 Comments

Color spaces of #879caa

RGB 135156170
HSL0.570.170.60
HSV204°21°67°
CMYK 0.210.080.00   0.33
XYZ29.135831.830142.6384
Yxy31.83010.28120.3072
Hunter Lab56.4182-6.5498-5.3161
CIE-Lab63.2022-4.2572-9.7667

#879caa color RGB value is (135,156,170).

#879caa hex color red value is 135, green value is 156 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #879caa hue: 0.57 , saturation: 0.17 and the lightness value of 879caa is 0.60.

The process color (four color CMYK) of #879caa color hex is 0.21, 0.08, 0.00, 0.33. Web safe color of #879caa is #999999. Color #879caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10011100 10101010
Octal 207 234 252
Decimal 135 156 170
Hex 87 9C AA

RGB Percentages of Color #879caa

%29.28
%33.84
%36.88

CMYK Percentages of Color #879caa

%21
%8
%0
%33

Triadic Colors of #879caa

#879caa #aa879c #9caa87

Analogous Colors of #879caa

#879caa #878baa #87aaa7

Monochromatic Colors of #879caa

#879caa

Complementary Color

#879caa #aa9587

#879caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#879caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#879caa Color CSS Codes

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

#879caa Text Font Color

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

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


#879caa Background Color

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

This div background color is #879caa


#879caa Border Color

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

This div border color is #879caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #879caa


Comments

No comments written yet.

Please login to write comment.