Color Hex Logo

#859bae Color Hex

#859BAE
(133,155,174)
0 Favorites   0 Comments

Color spaces of #859bae

RGB 133155174
HSL0.580.200.60
HSV208°24°68°
CMYK 0.240.110.00   0.32
XYZ29.034231.485244.5914
Yxy31.48520.27620.2995
Hunter Lab56.1117-5.8331-7.8390
CIE-Lab62.9151-3.4120-12.4625

#859bae color RGB value is (133,155,174).

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

The process color (four color CMYK) of #859bae color hex is 0.24, 0.11, 0.00, 0.32. Web safe color of #859bae is #999999. Color #859bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011011 10101110
Octal 205 233 256
Decimal 133 155 174
Hex 85 9B AE

RGB Percentages of Color #859bae

%28.79
%33.55
%37.66

CMYK Percentages of Color #859bae

%24
%11
%0
%32

Triadic Colors of #859bae

#859bae #ae859b #9bae85

Analogous Colors of #859bae

#859bae #8587ae #85aead

Monochromatic Colors of #859bae

#859bae

Complementary Color

#859bae #ae9885

#859bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#859bae Color CSS Codes

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

#859bae Text Font Color

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

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


#859bae Background Color

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

This div background color is #859bae


#859bae Border Color

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

This div border color is #859bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859bae


Comments

No comments written yet.

Please login to write comment.