Color Hex Logo

#869eef Color Hex

#869EEF
(134,158,239)
0 Favorites   0 Comments

Color spaces of #869eef

RGB 134158239
HSL0.630.770.73
HSV226°44°94°
CMYK 0.440.340.00   0.06
XYZ37.638435.754086.5788
Yxy35.75400.23530.2235
Hunter Lab59.79467.7182-43.9918
CIE-Lab66.331512.2930-43.3370

#869eef color RGB value is (134,158,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10011110 11101111
Octal 206 236 357
Decimal 134 158 239
Hex 86 9E EF

RGB Percentages of Color #869eef

%25.24
%29.76
%45.01

CMYK Percentages of Color #869eef

%44
%34
%0
%6

Triadic Colors of #869eef

#869eef #ef869e #9eef86

Analogous Colors of #869eef

#869eef #a386ef #86d3ef

Monochromatic Colors of #869eef

#869eef

Complementary Color

#869eef #efd786

#869eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#869eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#869eef Color CSS Codes

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

#869eef Text Font Color

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

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


#869eef Background Color

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

This div background color is #869eef


#869eef Border Color

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

This div border color is #869eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #869eef


Comments

No comments written yet.

Please login to write comment.