Color Hex Logo

#838014 Color Hex

#838014
(131,128,20)
0 Favorites   0 Comments

Color spaces of #838014

RGB 13112820
HSL0.160.740.30
HSV58°85°51°
CMYK 0.000.020.85   0.49
XYZ17.205520.31413.6760
Yxy20.31410.41770.4931
Hunter Lab45.0712-10.733826.7141
CIE-Lab52.1905-11.081052.9298

#838014 color RGB value is (131,128,20).

#838014 hex color red value is 131, green value is 128 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #838014 hue: 0.16 , saturation: 0.74 and the lightness value of 838014 is 0.30.

The process color (four color CMYK) of #838014 color hex is 0.00, 0.02, 0.85, 0.49. Web safe color of #838014 is #999900. Color #838014 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10000000 00010100
Octal 203 200 24
Decimal 131 128 20
Hex 83 80 14

RGB Percentages of Color #838014

%46.95
%45.88
%7.17

CMYK Percentages of Color #838014

%0
%2
%85
%49

Triadic Colors of #838014

#838014 #148380 #801483

Analogous Colors of #838014

#838014 #4f8314 #834914

Monochromatic Colors of #838014

#838014

Complementary Color

#838014 #141783

#838014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#838014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#838014 Color CSS Codes

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

#838014 Text Font Color

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

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


#838014 Background Color

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

This div background color is #838014


#838014 Border Color

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

This div border color is #838014


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,128,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #838014; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #838014;
  -webkit-box-shadow: 1px 1px 3px 2px #838014;
  box-shadow:         1px 1px 3px 2px #838014; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #838014


Comments

No comments written yet.

Please login to write comment.