Color Hex Logo

#818300 Color Hex

#818300
(129,131,0)
0 Favorites   0 Comments

Color spaces of #818300

RGB 1291310
HSL0.171.000.26
HSV61°100°51°
CMYK 0.020.001.00   0.49
XYZ17.169620.89973.1291
Yxy20.89970.41680.5073
Hunter Lab45.7162-12.964227.9432
CIE-Lab52.8395-14.075557.4280

#818300 color RGB value is (129,131,0).

#818300 hex color red value is 129, green value is 131 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #818300 hue: 0.17 , saturation: 1.00 and the lightness value of 818300 is 0.26.

The process color (four color CMYK) of #818300 color hex is 0.02, 0.00, 1.00, 0.49. Web safe color of #818300 is #999900. Color #818300 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10000011 00000000
Octal 201 203 0
Decimal 129 131 0
Hex 81 83 0

RGB Percentages of Color #818300

%49.62
%50.38
%0.00

CMYK Percentages of Color #818300

%2
%0
%100
%49

Triadic Colors of #818300

#818300 #008183 #830081

Analogous Colors of #818300

#818300 #408300 #834300

Monochromatic Colors of #818300

#818300

Complementary Color

#818300 #020083

#818300 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818300 Color Preview on White Background

Lorem ipsum dolor sit amet.

#818300 Color CSS Codes

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

#818300 Text Font Color

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

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


#818300 Background Color

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

This div background color is #818300


#818300 Border Color

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

This div border color is #818300


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818300

#818300 Color Palettes


Comments

No comments written yet.

Please login to write comment.