Color Hex Logo

#839bae Color Hex

#839BAE
(131,155,174)
0 Favorites   0 Comments

Color spaces of #839bae

RGB 131155174
HSL0.570.210.60
HSV207°25°68°
CMYK 0.250.110.00   0.32
XYZ28.721431.324044.5768
Yxy31.32400.27450.2994
Hunter Lab55.9678-6.3417-8.0453
CIE-Lab62.7802-4.0442-12.6788

#839bae color RGB value is (131,155,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10011011 10101110
Octal 203 233 256
Decimal 131 155 174
Hex 83 9B AE

RGB Percentages of Color #839bae

%28.48
%33.70
%37.83

CMYK Percentages of Color #839bae

%25
%11
%0
%32

Triadic Colors of #839bae

#839bae #ae839b #9bae83

Analogous Colors of #839bae

#839bae #8386ae #83aeac

Monochromatic Colors of #839bae

#839bae

Complementary Color

#839bae #ae9683

#839bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#839bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#839bae Color CSS Codes

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

#839bae Text Font Color

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

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


#839bae Background Color

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

This div background color is #839bae


#839bae Border Color

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

This div border color is #839bae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,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 #839bae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #839bae


Comments

No comments written yet.

Please login to write comment.