Color Hex Logo

#859bfe Color Hex

#859BFE
(133,155,254)
0 Favorites   0 Comments

Color spaces of #859bfe

RGB 133155254
HSL0.640.980.76
HSV229°48°100°
CMYK 0.480.390.00   0.00
XYZ39.283635.585098.5641
Yxy35.58500.22650.2052
Hunter Lab59.653213.1552-56.2068
CIE-Lab66.201618.1267-51.7442

#859bfe color RGB value is (133,155,254).

#859bfe hex color red value is 133, green value is 155 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #859bfe hue: 0.64 , saturation: 0.98 and the lightness value of 859bfe is 0.76.

The process color (four color CMYK) of #859bfe color hex is 0.48, 0.39, 0.00, 0.00. Web safe color of #859bfe is #9999ff. Color #859bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011011 11111110
Octal 205 233 376
Decimal 133 155 254
Hex 85 9B FE

RGB Percentages of Color #859bfe

%24.54
%28.60
%46.86

CMYK Percentages of Color #859bfe

%48
%39
%0
%0

Triadic Colors of #859bfe

#859bfe #fe859b #9bfe85

Analogous Colors of #859bfe

#859bfe #ac85fe #85d8fe

Monochromatic Colors of #859bfe

#859bfe

Complementary Color

#859bfe #fee885

#859bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#859bfe Color CSS Codes

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

#859bfe Text Font Color

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

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


#859bfe Background Color

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

This div background color is #859bfe


#859bfe Border Color

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

This div border color is #859bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859bfe


Comments

No comments written yet.

Please login to write comment.