Color Hex Logo

#839bad Color Hex

#839BAD
(131,155,173)
0 Favorites   0 Comments

Color spaces of #839bad

RGB 131155173
HSL0.570.200.60
HSV206°24°68°
CMYK 0.240.100.00   0.32
XYZ28.624231.285144.0651
Yxy31.28510.27530.3009
Hunter Lab55.9331-6.5341-7.5566
CIE-Lab62.7476-4.2825-12.1647

#839bad color RGB value is (131,155,173).

#839bad hex color red value is 131, green value is 155 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #839bad hue: 0.57 , saturation: 0.20 and the lightness value of 839bad is 0.60.

The process color (four color CMYK) of #839bad color hex is 0.24, 0.10, 0.00, 0.32. Web safe color of #839bad is #999999. Color #839bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10011011 10101101
Octal 203 233 255
Decimal 131 155 173
Hex 83 9B AD

RGB Percentages of Color #839bad

%28.54
%33.77
%37.69

CMYK Percentages of Color #839bad

%24
%10
%0
%32

Triadic Colors of #839bad

#839bad #ad839b #9bad83

Analogous Colors of #839bad

#839bad #8386ad #83adaa

Monochromatic Colors of #839bad

#839bad

Complementary Color

#839bad #ad9583

#839bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#839bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#839bad Color CSS Codes

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

#839bad Text Font Color

<p style="color:#839bad">Text here</p>

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


#839bad Background Color

<div style="background-color:#839bad">
Div content here</div>

This div background color is #839bad


#839bad Border Color

<div style="border:3px solid #839bad">
Div here</div>

This div border color is #839bad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,155,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #839bad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #839bad;
  -webkit-box-shadow: 1px 1px 3px 2px #839bad;
  box-shadow:         1px 1px 3px 2px #839bad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #839bad


Comments

No comments written yet.

Please login to write comment.