Color Hex Logo

#868aec Color Hex

#868AEC
(134,138,236)
0 Favorites   0 Comments

Color spaces of #868aec

RGB 134138236
HSL0.660.730.73
HSV238°43°93°
CMYK 0.430.420.00   0.07
XYZ34.060329.301483.2174
Yxy29.30140.23240.1999
Hunter Lab54.130817.5874-53.2574
CIE-Lab61.046723.0479-50.0191

#868aec color RGB value is (134,138,236).

#868aec hex color red value is 134, green value is 138 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #868aec hue: 0.66 , saturation: 0.73 and the lightness value of 868aec is 0.73.

The process color (four color CMYK) of #868aec color hex is 0.43, 0.42, 0.00, 0.07. Web safe color of #868aec is #9999ff. Color #868aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001010 11101100
Octal 206 212 354
Decimal 134 138 236
Hex 86 8A EC

RGB Percentages of Color #868aec

%26.38
%27.17
%46.46

CMYK Percentages of Color #868aec

%43
%42
%0
%7

Triadic Colors of #868aec

#868aec #ec868a #8aec86

Analogous Colors of #868aec

#868aec #b586ec #86bdec

Monochromatic Colors of #868aec

#868aec

Complementary Color

#868aec #ece886

#868aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#868aec Color CSS Codes

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

#868aec Text Font Color

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

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


#868aec Background Color

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

This div background color is #868aec


#868aec Border Color

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

This div border color is #868aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868aec


Comments

No comments written yet.

Please login to write comment.