Color Hex Logo

#869cee Color Hex

#869CEE
(134,156,238)
0 Favorites   0 Comments

Color spaces of #869cee

RGB 134156238
HSL0.630.750.73
HSV227°44°93°
CMYK 0.440.340.00   0.07
XYZ37.152635.018385.6900
Yxy35.01830.23540.2218
Hunter Lab59.17638.5091-44.4313
CIE-Lab65.762913.1575-43.6812

#869cee color RGB value is (134,156,238).

#869cee hex color red value is 134, green value is 156 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #869cee hue: 0.63 , saturation: 0.75 and the lightness value of 869cee is 0.73.

The process color (four color CMYK) of #869cee color hex is 0.44, 0.34, 0.00, 0.07. Web safe color of #869cee is #9999ff. Color #869cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10011100 11101110
Octal 206 234 356
Decimal 134 156 238
Hex 86 9C EE

RGB Percentages of Color #869cee

%25.38
%29.55
%45.08

CMYK Percentages of Color #869cee

%44
%34
%0
%7

Triadic Colors of #869cee

#869cee #ee869c #9cee86

Analogous Colors of #869cee

#869cee #a486ee #86d0ee

Monochromatic Colors of #869cee

#869cee

Complementary Color

#869cee #eed886

#869cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#869cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#869cee Color CSS Codes

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

#869cee Text Font Color

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

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


#869cee Background Color

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

This div background color is #869cee


#869cee Border Color

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

This div border color is #869cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #869cee


Comments

No comments written yet.

Please login to write comment.