Color Hex Logo

#869dac Color Hex

#869DAC
(134,157,172)
0 Favorites   0 Comments

Color spaces of #869dac

RGB 134157172
HSL0.570.190.60
HSV204°22°67°
CMYK 0.220.090.00   0.33
XYZ29.334932.160843.6913
Yxy32.16080.27890.3057
Hunter Lab56.7105-6.9098-5.9813
CIE-Lab63.4756-4.6692-10.4900

#869dac color RGB value is (134,157,172).

#869dac hex color red value is 134, green value is 157 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #869dac hue: 0.57 , saturation: 0.19 and the lightness value of 869dac is 0.60.

The process color (four color CMYK) of #869dac color hex is 0.22, 0.09, 0.00, 0.33. Web safe color of #869dac is #999999. Color #869dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10011101 10101100
Octal 206 235 254
Decimal 134 157 172
Hex 86 9D AC

RGB Percentages of Color #869dac

%28.94
%33.91
%37.15

CMYK Percentages of Color #869dac

%22
%9
%0
%33

Triadic Colors of #869dac

#869dac #ac869d #9dac86

Analogous Colors of #869dac

#869dac #868aac #86aca8

Monochromatic Colors of #869dac

#869dac

Complementary Color

#869dac #ac9586

#869dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#869dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#869dac Color CSS Codes

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

#869dac Text Font Color

<p style="color:#869dac">Text here</p>

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


#869dac Background Color

<div style="background-color:#869dac">
Div content here</div>

This div background color is #869dac


#869dac Border Color

<div style="border:3px solid #869dac">
Div here</div>

This div border color is #869dac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,157,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #869dac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #869dac;
  -webkit-box-shadow: 1px 1px 3px 2px #869dac;
  box-shadow:         1px 1px 3px 2px #869dac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,157,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #869dac


Comments

No comments written yet.

Please login to write comment.