Color Hex Logo

#869ead Color Hex

#869EAD
(134,158,173)
0 Favorites   0 Comments

Color spaces of #869ead

RGB 134158173
HSL0.560.190.60
HSV203°23°68°
CMYK 0.230.090.00   0.32
XYZ29.601232.539244.2557
Yxy32.53920.27820.3058
Hunter Lab57.0431-7.1971-6.0687
CIE-Lab63.7860-4.9882-10.5872

#869ead color RGB value is (134,158,173).

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

The process color (four color CMYK) of #869ead color hex is 0.23, 0.09, 0.00, 0.32. Web safe color of #869ead is #999999. Color #869ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10011110 10101101
Octal 206 236 255
Decimal 134 158 173
Hex 86 9E AD

RGB Percentages of Color #869ead

%28.82
%33.98
%37.20

CMYK Percentages of Color #869ead

%23
%9
%0
%32

Triadic Colors of #869ead

#869ead #ad869e #9ead86

Analogous Colors of #869ead

#869ead #868bad #86ada9

Monochromatic Colors of #869ead

#869ead

Complementary Color

#869ead #ad9586

#869ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#869ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#869ead Color CSS Codes

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

#869ead Text Font Color

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

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


#869ead Background Color

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

This div background color is #869ead


#869ead Border Color

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

This div border color is #869ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #869ead


Comments

No comments written yet.

Please login to write comment.