Color Hex Logo

#859bbf Color Hex

#859BBF
(133,155,191)
0 Favorites   0 Comments

Color spaces of #859bbf

RGB 133155191
HSL0.600.310.64
HSV217°30°75°
CMYK 0.300.190.00   0.25
XYZ30.798232.190853.8804
Yxy32.19080.26350.2754
Hunter Lab56.7369-2.3955-16.5891
CIE-Lab63.50030.7518-21.1234

#859bbf color RGB value is (133,155,191).

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

The process color (four color CMYK) of #859bbf color hex is 0.30, 0.19, 0.00, 0.25. Web safe color of #859bbf is #9999cc. Color #859bbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011011 10111111
Octal 205 233 277
Decimal 133 155 191
Hex 85 9B BF

RGB Percentages of Color #859bbf

%27.77
%32.36
%39.87

CMYK Percentages of Color #859bbf

%30
%19
%0
%25

Triadic Colors of #859bbf

#859bbf #bf859b #9bbf85

Analogous Colors of #859bbf

#859bbf #8c85bf #85b8bf

Monochromatic Colors of #859bbf

#859bbf

Complementary Color

#859bbf #bfa985

#859bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#859bbf Color CSS Codes

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

#859bbf Text Font Color

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

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


#859bbf Background Color

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

This div background color is #859bbf


#859bbf Border Color

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

This div border color is #859bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859bbf


Comments

No comments written yet.

Please login to write comment.