Color Hex Logo

#869aab Color Hex

#869AAB
(134,154,171)
0 Favorites   0 Comments

Color spaces of #869aab

RGB 134154171
HSL0.580.180.60
HSV208°22°67°
CMYK 0.220.100.00   0.33
XYZ28.737831.119843.0202
Yxy31.11980.27930.3025
Hunter Lab55.7851-5.6694-6.6735
CIE-Lab62.6086-3.2408-11.2255

#869aab color RGB value is (134,154,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10011010 10101011
Octal 206 232 253
Decimal 134 154 171
Hex 86 9A AB

RGB Percentages of Color #869aab

%29.19
%33.55
%37.25

CMYK Percentages of Color #869aab

%22
%10
%0
%33

Triadic Colors of #869aab

#869aab #ab869a #9aab86

Analogous Colors of #869aab

#869aab #8688ab #86abaa

Monochromatic Colors of #869aab

#869aab

Complementary Color

#869aab #ab9786

#869aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#869aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#869aab Color CSS Codes

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

#869aab Text Font Color

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

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


#869aab Background Color

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

This div background color is #869aab


#869aab Border Color

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

This div border color is #869aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #869aab


Comments

No comments written yet.

Please login to write comment.