Color Hex Logo

#859adf Color Hex

#859ADF
(133,154,223)
0 Favorites   0 Comments

Color spaces of #859adf

RGB 133154223
HSL0.630.580.70
HSV226°40°87°
CMYK 0.400.310.00   0.13
XYZ34.547833.425574.4429
Yxy33.42550.24260.2347
Hunter Lab57.81485.4886-35.8720
CIE-Lab64.50409.8323-37.3913

#859adf color RGB value is (133,154,223).

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

The process color (four color CMYK) of #859adf color hex is 0.40, 0.31, 0.00, 0.13. Web safe color of #859adf is #9999cc. Color #859adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011010 11011111
Octal 205 232 337
Decimal 133 154 223
Hex 85 9A DF

RGB Percentages of Color #859adf

%26.08
%30.20
%43.73

CMYK Percentages of Color #859adf

%40
%31
%0
%13

Triadic Colors of #859adf

#859adf #df859a #9adf85

Analogous Colors of #859adf

#859adf #9d85df #85c7df

Monochromatic Colors of #859adf

#859adf

Complementary Color

#859adf #dfca85

#859adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#859adf Color CSS Codes

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

#859adf Text Font Color

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

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


#859adf Background Color

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

This div background color is #859adf


#859adf Border Color

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

This div border color is #859adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859adf


Comments

No comments written yet.

Please login to write comment.