Color Hex Logo

#839ead Color Hex

#839EAD
(131,158,173)
0 Favorites   0 Comments

Color spaces of #839ead

RGB 131158173
HSL0.560.200.60
HSV201°24°68°
CMYK 0.240.090.00   0.32
XYZ29.129832.296144.2336
Yxy32.29610.27570.3057
Hunter Lab56.8297-7.9562-6.3679
CIE-Lab63.5869-5.9383-10.9060

#839ead color RGB value is (131,158,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10011110 10101101
Octal 203 236 255
Decimal 131 158 173
Hex 83 9E AD

RGB Percentages of Color #839ead

%28.35
%34.20
%37.45

CMYK Percentages of Color #839ead

%24
%9
%0
%32

Triadic Colors of #839ead

#839ead #ad839e #9ead83

Analogous Colors of #839ead

#839ead #8389ad #83ada7

Monochromatic Colors of #839ead

#839ead

Complementary Color

#839ead #ad9283

#839ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#839ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#839ead Color CSS Codes

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

#839ead Text Font Color

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

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


#839ead Background Color

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

This div background color is #839ead


#839ead Border Color

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

This div border color is #839ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #839ead


Comments

No comments written yet.

Please login to write comment.