Color Hex Logo

#868fae Color Hex

#868FAE
(134,143,174)
0 Favorites   0 Comments

Color spaces of #868fae

RGB 134143174
HSL0.630.200.60
HSV227°23°68°
CMYK 0.230.180.00   0.32
XYZ27.294027.769243.9659
Yxy27.76920.27560.2804
Hunter Lab52.69650.2347-12.5795
CIE-Lab59.67963.6672-17.3431

#868fae color RGB value is (134,143,174).

#868fae hex color red value is 134, green value is 143 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #868fae hue: 0.63 , saturation: 0.20 and the lightness value of 868fae is 0.60.

The process color (four color CMYK) of #868fae color hex is 0.23, 0.18, 0.00, 0.32. Web safe color of #868fae is #999999. Color #868fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001111 10101110
Octal 206 217 256
Decimal 134 143 174
Hex 86 8F AE

RGB Percentages of Color #868fae

%29.71
%31.71
%38.58

CMYK Percentages of Color #868fae

%23
%18
%0
%32

Triadic Colors of #868fae

#868fae #ae868f #8fae86

Analogous Colors of #868fae

#868fae #9186ae #86a3ae

Monochromatic Colors of #868fae

#868fae

Complementary Color

#868fae #aea586

#868fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#868fae Color CSS Codes

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

#868fae Text Font Color

<p style="color:#868fae">Text here</p>

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


#868fae Background Color

<div style="background-color:#868fae">
Div content here</div>

This div background color is #868fae


#868fae Border Color

<div style="border:3px solid #868fae">
Div here</div>

This div border color is #868fae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,143,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #868fae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #868fae;
  -webkit-box-shadow: 1px 1px 3px 2px #868fae;
  box-shadow:         1px 1px 3px 2px #868fae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868fae


Comments

No comments written yet.

Please login to write comment.