Color Hex Logo

#869eed Color Hex

#869EED
(134,158,237)
0 Favorites   0 Comments

Color spaces of #869eed

RGB 134158237
HSL0.630.740.73
HSV226°43°93°
CMYK 0.430.330.00   0.07
XYZ37.344435.636585.0310
Yxy35.63650.23630.2255
Hunter Lab59.69637.1962-42.6648
CIE-Lab66.241211.7237-42.3819

#869eed color RGB value is (134,158,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10011110 11101101
Octal 206 236 355
Decimal 134 158 237
Hex 86 9E ED

RGB Percentages of Color #869eed

%25.33
%29.87
%44.80

CMYK Percentages of Color #869eed

%43
%33
%0
%7

Triadic Colors of #869eed

#869eed #ed869e #9eed86

Analogous Colors of #869eed

#869eed #a286ed #86d2ed

Monochromatic Colors of #869eed

#869eed

Complementary Color

#869eed #edd586

#869eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#869eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#869eed Color CSS Codes

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

#869eed Text Font Color

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

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


#869eed Background Color

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

This div background color is #869eed


#869eed Border Color

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

This div border color is #869eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #869eed


Comments

No comments written yet.

Please login to write comment.