Color Hex Logo

#869acc Color Hex

#869ACC
(134,154,204)
0 Favorites   0 Comments

Color spaces of #869acc

RGB 134154204
HSL0.620.410.66
HSV223°34°80°
CMYK 0.340.250.00   0.20
XYZ32.286232.539261.7058
Yxy32.53920.25520.2572
Hunter Lab57.04311.2048-24.2061
CIE-Lab63.78604.9640-27.9457

#869acc color RGB value is (134,154,204).

#869acc hex color red value is 134, green value is 154 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #869acc hue: 0.62 , saturation: 0.41 and the lightness value of 869acc is 0.66.

The process color (four color CMYK) of #869acc color hex is 0.34, 0.25, 0.00, 0.20. Web safe color of #869acc is #9999cc. Color #869acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10011010 11001100
Octal 206 232 314
Decimal 134 154 204
Hex 86 9A CC

RGB Percentages of Color #869acc

%27.24
%31.30
%41.46

CMYK Percentages of Color #869acc

%34
%25
%0
%20

Triadic Colors of #869acc

#869acc #cc869a #9acc86

Analogous Colors of #869acc

#869acc #9586cc #86bdcc

Monochromatic Colors of #869acc

#869acc

Complementary Color

#869acc #ccb886

#869acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#869acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#869acc Color CSS Codes

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

#869acc Text Font Color

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

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


#869acc Background Color

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

This div background color is #869acc


#869acc Border Color

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

This div border color is #869acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #869acc


Comments

No comments written yet.

Please login to write comment.