Color Hex Logo

#869aeb Color Hex

#869AEB
(134,154,235)
0 Favorites   0 Comments

Color spaces of #869aeb

RGB 134154235
HSL0.630.720.72
HSV228°43°92°
CMYK 0.430.340.00   0.08
XYZ36.382534.177783.2767
Yxy34.17770.23650.2222
Hunter Lab58.46178.7780-43.5334
CIE-Lab65.103413.4567-43.0683

#869aeb color RGB value is (134,154,235).

#869aeb hex color red value is 134, green value is 154 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #869aeb hue: 0.63 , saturation: 0.72 and the lightness value of 869aeb is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10011010 11101011
Octal 206 232 353
Decimal 134 154 235
Hex 86 9A EB

RGB Percentages of Color #869aeb

%25.62
%29.45
%44.93

CMYK Percentages of Color #869aeb

%43
%34
%0
%8

Triadic Colors of #869aeb

#869aeb #eb869a #9aeb86

Analogous Colors of #869aeb

#869aeb #a586eb #86cdeb

Monochromatic Colors of #869aeb

#869aeb

Complementary Color

#869aeb #ebd786

#869aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#869aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#869aeb Color CSS Codes

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

#869aeb Text Font Color

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

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


#869aeb Background Color

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

This div background color is #869aeb


#869aeb Border Color

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

This div border color is #869aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #869aeb


Comments

No comments written yet.

Please login to write comment.