Color Hex Logo

#869dab Color Hex

#869DAB
(134,157,171)
0 Favorites   0 Comments

Color spaces of #869dab

RGB 134157171
HSL0.560.180.60
HSV203°22°67°
CMYK 0.220.080.00   0.33
XYZ29.239232.122543.1873
Yxy32.12250.27970.3072
Hunter Lab56.6767-7.0971-5.5049
CIE-Lab63.4440-4.9010-9.9750

#869dab color RGB value is (134,157,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10011101 10101011
Octal 206 235 253
Decimal 134 157 171
Hex 86 9D AB

RGB Percentages of Color #869dab

%29.00
%33.98
%37.01

CMYK Percentages of Color #869dab

%22
%8
%0
%33

Triadic Colors of #869dab

#869dab #ab869d #9dab86

Analogous Colors of #869dab

#869dab #868bab #86aba7

Monochromatic Colors of #869dab

#869dab

Complementary Color

#869dab #ab9486

#869dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#869dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#869dab Color CSS Codes

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

#869dab Text Font Color

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

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


#869dab Background Color

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

This div background color is #869dab


#869dab Border Color

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

This div border color is #869dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #869dab


Comments

No comments written yet.

Please login to write comment.