Color Hex Logo

#879bad Color Hex

#879BAD
(135,155,173)
0 Favorites   0 Comments

Color spaces of #879bad

RGB 135155173
HSL0.580.190.60
HSV208°22°68°
CMYK 0.220.100.00   0.32
XYZ29.255831.610744.0947
Yxy31.61070.27870.3012
Hunter Lab56.2234-5.5086-7.1434
CIE-Lab63.0198-3.0088-11.7284

#879bad color RGB value is (135,155,173).

#879bad hex color red value is 135, green value is 155 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #879bad hue: 0.58 , saturation: 0.19 and the lightness value of 879bad is 0.60.

The process color (four color CMYK) of #879bad color hex is 0.22, 0.10, 0.00, 0.32. Web safe color of #879bad is #999999. Color #879bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10011011 10101101
Octal 207 233 255
Decimal 135 155 173
Hex 87 9B AD

RGB Percentages of Color #879bad

%29.16
%33.48
%37.37

CMYK Percentages of Color #879bad

%22
%10
%0
%32

Triadic Colors of #879bad

#879bad #ad879b #9bad87

Analogous Colors of #879bad

#879bad #8788ad #87adac

Monochromatic Colors of #879bad

#879bad

Complementary Color

#879bad #ad9987

#879bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#879bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#879bad Color CSS Codes

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

#879bad Text Font Color

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

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


#879bad Background Color

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

This div background color is #879bad


#879bad Border Color

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

This div border color is #879bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #879bad


Comments

No comments written yet.

Please login to write comment.