Color Hex Logo

#868dae Color Hex

#868DAE
(134,141,174)
0 Favorites   0 Comments

Color spaces of #868dae

RGB 134141174
HSL0.640.200.60
HSV230°23°68°
CMYK 0.230.190.00   0.32
XYZ26.996427.174143.8667
Yxy27.17410.27540.2772
Hunter Lab52.12881.2160-13.4028
CIE-Lab59.13514.8110-18.1707

#868dae color RGB value is (134,141,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001101 10101110
Octal 206 215 256
Decimal 134 141 174
Hex 86 8D AE

RGB Percentages of Color #868dae

%29.84
%31.40
%38.75

CMYK Percentages of Color #868dae

%23
%19
%0
%32

Triadic Colors of #868dae

#868dae #ae868d #8dae86

Analogous Colors of #868dae

#868dae #9386ae #86a1ae

Monochromatic Colors of #868dae

#868dae

Complementary Color

#868dae #aea786

#868dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#868dae Color CSS Codes

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

#868dae Text Font Color

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

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


#868dae Background Color

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

This div background color is #868dae


#868dae Border Color

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

This div border color is #868dae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,141,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 #868dae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868dae


Comments

No comments written yet.

Please login to write comment.