Color Hex Logo

#838eac Color Hex

#838EAC
(131,142,172)
0 Favorites   0 Comments

Color spaces of #838eac

RGB 131142172
HSL0.620.200.59
HSV224°24°67°
CMYK 0.240.170.00   0.33
XYZ26.479527.149942.8746
Yxy27.14990.27440.2813
Hunter Lab52.1056-0.4729-12.3124
CIE-Lab59.11282.7959-17.0870

#838eac color RGB value is (131,142,172).

#838eac hex color red value is 131, green value is 142 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #838eac hue: 0.62 , saturation: 0.20 and the lightness value of 838eac is 0.59.

The process color (four color CMYK) of #838eac color hex is 0.24, 0.17, 0.00, 0.33. Web safe color of #838eac is #999999. Color #838eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10001110 10101100
Octal 203 216 254
Decimal 131 142 172
Hex 83 8E AC

RGB Percentages of Color #838eac

%29.44
%31.91
%38.65

CMYK Percentages of Color #838eac

%24
%17
%0
%33

Triadic Colors of #838eac

#838eac #ac838e #8eac83

Analogous Colors of #838eac

#838eac #8d83ac #83a3ac

Monochromatic Colors of #838eac

#838eac

Complementary Color

#838eac #aca183

#838eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#838eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#838eac Color CSS Codes

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

#838eac Text Font Color

<p style="color:#838eac">Text here</p>

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


#838eac Background Color

<div style="background-color:#838eac">
Div content here</div>

This div background color is #838eac


#838eac Border Color

<div style="border:3px solid #838eac">
Div here</div>

This div border color is #838eac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,142,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #838eac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #838eac;
  -webkit-box-shadow: 1px 1px 3px 2px #838eac;
  box-shadow:         1px 1px 3px 2px #838eac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #838eac


Comments

No comments written yet.

Please login to write comment.