Color Hex Logo

#869abd Color Hex

#869ABD
(134,154,189)
0 Favorites   0 Comments

Color spaces of #869abd

RGB 134154189
HSL0.610.290.63
HSV218°29°74°
CMYK 0.290.190.00   0.26
XYZ30.572431.853752.6811
Yxy31.85370.26560.2767
Hunter Lab56.4391-2.0770-15.8348
CIE-Lab63.22181.1108-20.4211

#869abd color RGB value is (134,154,189).

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

The process color (four color CMYK) of #869abd color hex is 0.29, 0.19, 0.00, 0.26. Web safe color of #869abd is #9999cc. Color #869abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10011010 10111101
Octal 206 232 275
Decimal 134 154 189
Hex 86 9A BD

RGB Percentages of Color #869abd

%28.09
%32.29
%39.62

CMYK Percentages of Color #869abd

%29
%19
%0
%26

Triadic Colors of #869abd

#869abd #bd869a #9abd86

Analogous Colors of #869abd

#869abd #8e86bd #86b6bd

Monochromatic Colors of #869abd

#869abd

Complementary Color

#869abd #bda986

#869abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#869abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#869abd Color CSS Codes

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

#869abd Text Font Color

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

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


#869abd Background Color

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

This div background color is #869abd


#869abd Border Color

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

This div border color is #869abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #869abd


Comments

No comments written yet.

Please login to write comment.