Color Hex Logo

#869abb Color Hex

#869ABB
(134,154,187)
0 Favorites   0 Comments

Color spaces of #869abb

RGB 134154187
HSL0.600.280.63
HSV217°28°73°
CMYK 0.280.180.00   0.27
XYZ30.356831.767451.5455
Yxy31.76740.26710.2795
Hunter Lab56.3626-2.4947-14.7689
CIE-Lab63.15020.6122-19.4081

#869abb color RGB value is (134,154,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10011010 10111011
Octal 206 232 273
Decimal 134 154 187
Hex 86 9A BB

RGB Percentages of Color #869abb

%28.21
%32.42
%39.37

CMYK Percentages of Color #869abb

%28
%18
%0
%27

Triadic Colors of #869abb

#869abb #bb869a #9abb86

Analogous Colors of #869abb

#869abb #8d86bb #86b5bb

Monochromatic Colors of #869abb

#869abb

Complementary Color

#869abb #bba786

#869abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#869abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#869abb Color CSS Codes

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

#869abb Text Font Color

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

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


#869abb Background Color

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

This div background color is #869abb


#869abb Border Color

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

This div border color is #869abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #869abb

#869abb Color Palettes


Comments

No comments written yet.

Please login to write comment.