Color Hex Logo

#859aeb Color Hex

#859AEB
(133,154,235)
0 Favorites   0 Comments

Color spaces of #859aeb

RGB 133154235
HSL0.630.720.72
HSV228°43°92°
CMYK 0.430.340.00   0.08
XYZ36.223934.095983.2692
Yxy34.09590.23580.2220
Hunter Lab58.39178.5489-43.6760
CIE-Lab65.038613.2075-43.1745

#859aeb color RGB value is (133,154,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011010 11101011
Octal 205 232 353
Decimal 133 154 235
Hex 85 9A EB

RGB Percentages of Color #859aeb

%25.48
%29.50
%45.02

CMYK Percentages of Color #859aeb

%43
%34
%0
%8

Triadic Colors of #859aeb

#859aeb #eb859a #9aeb85

Analogous Colors of #859aeb

#859aeb #a385eb #85cdeb

Monochromatic Colors of #859aeb

#859aeb

Complementary Color

#859aeb #ebd685

#859aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#859aeb Color CSS Codes

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

#859aeb Text Font Color

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

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


#859aeb Background Color

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

This div background color is #859aeb


#859aeb Border Color

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

This div border color is #859aeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,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 #859aeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859aeb


Comments

No comments written yet.

Please login to write comment.