Color Hex Logo

#838cac Color Hex

#838CAC
(131,140,172)
0 Favorites   0 Comments

Color spaces of #838cac

RGB 131140172
HSL0.630.200.59
HSV227°24°67°
CMYK 0.240.190.00   0.33
XYZ26.184626.560042.7762
Yxy26.56000.27410.2781
Hunter Lab51.53640.5035-13.1364
CIE-Lab58.56483.9412-17.9196

#838cac color RGB value is (131,140,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10001100 10101100
Octal 203 214 254
Decimal 131 140 172
Hex 83 8C AC

RGB Percentages of Color #838cac

%29.57
%31.60
%38.83

CMYK Percentages of Color #838cac

%24
%19
%0
%33

Triadic Colors of #838cac

#838cac #ac838c #8cac83

Analogous Colors of #838cac

#838cac #8f83ac #83a1ac

Monochromatic Colors of #838cac

#838cac

Complementary Color

#838cac #aca383

#838cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#838cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#838cac Color CSS Codes

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

#838cac Text Font Color

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

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


#838cac Background Color

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

This div background color is #838cac


#838cac Border Color

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

This div border color is #838cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #838cac


Comments

No comments written yet.

Please login to write comment.