Color Hex Logo

#869ab9 Color Hex

#869AB9
(134,154,185)
0 Favorites   0 Comments

Color spaces of #869ab9

RGB 134154185
HSL0.600.270.63
HSV216°28°73°
CMYK 0.280.170.00   0.27
XYZ30.144131.682350.4255
Yxy31.68230.26850.2822
Hunter Lab56.2870-2.9080-13.7148
CIE-Lab63.07940.1170-18.3929

#869ab9 color RGB value is (134,154,185).

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

The process color (four color CMYK) of #869ab9 color hex is 0.28, 0.17, 0.00, 0.27. Web safe color of #869ab9 is #9999cc. Color #869ab9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10011010 10111001
Octal 206 232 271
Decimal 134 154 185
Hex 86 9A B9

RGB Percentages of Color #869ab9

%28.33
%32.56
%39.11

CMYK Percentages of Color #869ab9

%28
%17
%0
%27

Triadic Colors of #869ab9

#869ab9 #b9869a #9ab986

Analogous Colors of #869ab9

#869ab9 #8c86b9 #86b4b9

Monochromatic Colors of #869ab9

#869ab9

Complementary Color

#869ab9 #b9a586

#869ab9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#869ab9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#869ab9 Color CSS Codes

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

#869ab9 Text Font Color

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

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


#869ab9 Background Color

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

This div background color is #869ab9


#869ab9 Border Color

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

This div border color is #869ab9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #869ab9


Comments

No comments written yet.

Please login to write comment.