Color Hex Logo

#879acb Color Hex

#879ACB
(135,154,203)
0 Favorites   0 Comments

Color spaces of #879acb

RGB 135154203
HSL0.620.400.66
HSV223°33°80°
CMYK 0.330.240.00   0.20
XYZ32.326832.573961.0835
Yxy32.57390.25660.2586
Hunter Lab57.07351.2248-23.5042
CIE-Lab63.81444.9880-27.3386

#879acb color RGB value is (135,154,203).

#879acb hex color red value is 135, green value is 154 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #879acb hue: 0.62 , saturation: 0.40 and the lightness value of 879acb is 0.66.

The process color (four color CMYK) of #879acb color hex is 0.33, 0.24, 0.00, 0.20. Web safe color of #879acb is #9999cc. Color #879acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10011010 11001011
Octal 207 232 313
Decimal 135 154 203
Hex 87 9A CB

RGB Percentages of Color #879acb

%27.44
%31.30
%41.26

CMYK Percentages of Color #879acb

%33
%24
%0
%20

Triadic Colors of #879acb

#879acb #cb879a #9acb87

Analogous Colors of #879acb

#879acb #9687cb #87bccb

Monochromatic Colors of #879acb

#879acb

Complementary Color

#879acb #cbb887

#879acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#879acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#879acb Color CSS Codes

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

#879acb Text Font Color

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

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


#879acb Background Color

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

This div background color is #879acb


#879acb Border Color

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

This div border color is #879acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #879acb


Comments

No comments written yet.

Please login to write comment.