Color Hex Logo

#859aed Color Hex

#859AED
(133,154,237)
0 Favorites   0 Comments

Color spaces of #859aed

RGB 133154237
HSL0.630.740.73
HSV228°44°93°
CMYK 0.440.350.00   0.07
XYZ36.514534.212284.7999
Yxy34.21220.23480.2200
Hunter Lab58.49129.0732-45.0142
CIE-Lab65.130713.7776-44.1297

#859aed color RGB value is (133,154,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011010 11101101
Octal 205 232 355
Decimal 133 154 237
Hex 85 9A ED

RGB Percentages of Color #859aed

%25.38
%29.39
%45.23

CMYK Percentages of Color #859aed

%44
%35
%0
%7

Triadic Colors of #859aed

#859aed #ed859a #9aed85

Analogous Colors of #859aed

#859aed #a485ed #85ceed

Monochromatic Colors of #859aed

#859aed

Complementary Color

#859aed #edd885

#859aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#859aed Color CSS Codes

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

#859aed Text Font Color

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

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


#859aed Background Color

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

This div background color is #859aed


#859aed Border Color

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

This div border color is #859aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859aed


Comments

No comments written yet.

Please login to write comment.