Color Hex Logo

#828a15 Color Hex

#828A15
(130,138,21)
0 Favorites   0 Comments

Color spaces of #828a15

RGB 13013821
HSL0.180.740.31
HSV64°85°54°
CMYK 0.060.000.85   0.46
XYZ18.429822.97694.1731
Yxy22.97690.40430.5041
Hunter Lab47.9342-15.255028.3922
CIE-Lab55.0485-16.844455.0660

#828a15 color RGB value is (130,138,21).

#828a15 hex color red value is 130, green value is 138 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #828a15 hue: 0.18 , saturation: 0.74 and the lightness value of 828a15 is 0.31.

The process color (four color CMYK) of #828a15 color hex is 0.06, 0.00, 0.85, 0.46. Web safe color of #828a15 is #999900. Color #828a15 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10001010 00010101
Octal 202 212 25
Decimal 130 138 21
Hex 82 8A 15

RGB Percentages of Color #828a15

%44.98
%47.75
%7.27

CMYK Percentages of Color #828a15

%6
%0
%85
%46

Triadic Colors of #828a15

#828a15 #15828a #8a1582

Analogous Colors of #828a15

#828a15 #488a15 #8a5815

Monochromatic Colors of #828a15

#828a15

Complementary Color

#828a15 #1d158a

#828a15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828a15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#828a15 Color CSS Codes

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

#828a15 Text Font Color

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

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


#828a15 Background Color

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

This div background color is #828a15


#828a15 Border Color

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

This div border color is #828a15


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,138,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #828a15; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #828a15;
  -webkit-box-shadow: 1px 1px 3px 2px #828a15;
  box-shadow:         1px 1px 3px 2px #828a15; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828a15


Comments

No comments written yet.

Please login to write comment.