Color Hex Logo

#829018 Color Hex

#829018
(130,144,24)
0 Favorites   0 Comments

Color spaces of #829018

RGB 13014424
HSL0.190.710.33
HSV67°83°56°
CMYK 0.100.000.83   0.44
XYZ19.344024.75834.6234
Yxy24.75830.39700.5081
Hunter Lab49.7577-17.681729.3213
CIE-Lab56.8392-19.854555.8102

#829018 color RGB value is (130,144,24).

#829018 hex color red value is 130, green value is 144 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #829018 hue: 0.19 , saturation: 0.71 and the lightness value of 829018 is 0.33.

The process color (four color CMYK) of #829018 color hex is 0.10, 0.00, 0.83, 0.44. Web safe color of #829018 is #999900. Color #829018 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10010000 00011000
Octal 202 220 30
Decimal 130 144 24
Hex 82 90 18

RGB Percentages of Color #829018

%43.62
%48.32
%8.05

CMYK Percentages of Color #829018

%10
%0
%83
%44

Triadic Colors of #829018

#829018 #188290 #901882

Analogous Colors of #829018

#829018 #469018 #906218

Monochromatic Colors of #829018

#829018

Complementary Color

#829018 #261890

#829018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#829018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#829018 Color CSS Codes

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

#829018 Text Font Color

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

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


#829018 Background Color

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

This div background color is #829018


#829018 Border Color

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

This div border color is #829018


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,144,24, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #829018; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #829018;
  -webkit-box-shadow: 1px 1px 3px 2px #829018;
  box-shadow:         1px 1px 3px 2px #829018; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,144,24, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #829018


Comments

No comments written yet.

Please login to write comment.