Color Hex Logo

#839abd Color Hex

#839ABD
(131,154,189)
0 Favorites   0 Comments

Color spaces of #839abd

RGB 131154189
HSL0.600.310.63
HSV216°31°74°
CMYK 0.310.190.00   0.26
XYZ30.101031.610652.6591
Yxy31.61060.26320.2764
Hunter Lab56.2233-2.8249-16.1751
CIE-Lab63.01970.2118-20.7476

#839abd color RGB value is (131,154,189).

#839abd hex color red value is 131, green value is 154 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #839abd hue: 0.60 , saturation: 0.31 and the lightness value of 839abd is 0.63.

The process color (four color CMYK) of #839abd color hex is 0.31, 0.19, 0.00, 0.26. Web safe color of #839abd is #9999cc. Color #839abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10011010 10111101
Octal 203 232 275
Decimal 131 154 189
Hex 83 9A BD

RGB Percentages of Color #839abd

%27.64
%32.49
%39.87

CMYK Percentages of Color #839abd

%31
%19
%0
%26

Triadic Colors of #839abd

#839abd #bd839a #9abd83

Analogous Colors of #839abd

#839abd #8983bd #83b7bd

Monochromatic Colors of #839abd

#839abd

Complementary Color

#839abd #bda683

#839abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#839abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#839abd Color CSS Codes

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

#839abd Text Font Color

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

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


#839abd Background Color

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

This div background color is #839abd


#839abd Border Color

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

This div border color is #839abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #839abd

#839abd Color Palettes


Comments

No comments written yet.

Please login to write comment.