Color Hex Logo

#869dad Color Hex

#869DAD
(134,157,173)
0 Favorites   0 Comments

Color spaces of #869dad

RGB 134157173
HSL0.570.190.60
HSV205°23°68°
CMYK 0.230.090.00   0.32
XYZ29.431332.199444.1991
Yxy32.19940.27810.3043
Hunter Lab56.7445-6.7215-6.4607
CIE-Lab63.5073-4.4365-11.0045

#869dad color RGB value is (134,157,173).

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

The process color (four color CMYK) of #869dad color hex is 0.23, 0.09, 0.00, 0.32. Web safe color of #869dad is #999999. Color #869dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10011101 10101101
Octal 206 235 255
Decimal 134 157 173
Hex 86 9D AD

RGB Percentages of Color #869dad

%28.88
%33.84
%37.28

CMYK Percentages of Color #869dad

%23
%9
%0
%32

Triadic Colors of #869dad

#869dad #ad869d #9dad86

Analogous Colors of #869dad

#869dad #868aad #86adaa

Monochromatic Colors of #869dad

#869dad

Complementary Color

#869dad #ad9686

#869dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#869dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#869dad Color CSS Codes

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

#869dad Text Font Color

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

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


#869dad Background Color

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

This div background color is #869dad


#869dad Border Color

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

This div border color is #869dad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,157,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 #869dad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #869dad


Comments

No comments written yet.

Please login to write comment.