Color Hex Logo

#826e05 Color Hex

#826E05
(130,110,5)
0 Favorites   0 Comments

Color spaces of #826e05

RGB 1301105
HSL0.140.930.26
HSV50°96°51°
CMYK 0.000.150.96   0.49
XYZ14.809215.90862.4337
Yxy15.90860.44670.4799
Hunter Lab39.8856-3.524224.3022
CIE-Lab46.8543-1.873052.0319

#826e05 color RGB value is (130,110,5).

#826e05 hex color red value is 130, green value is 110 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #826e05 hue: 0.14 , saturation: 0.93 and the lightness value of 826e05 is 0.26.

The process color (four color CMYK) of #826e05 color hex is 0.00, 0.15, 0.96, 0.49. Web safe color of #826e05 is #996600. Color #826e05 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01101110 00000101
Octal 202 156 5
Decimal 130 110 5
Hex 82 6E 5

RGB Percentages of Color #826e05

%53.06
%44.90
%2.04

CMYK Percentages of Color #826e05

%0
%15
%96
%49

Triadic Colors of #826e05

#826e05 #05826e #6e0582

Analogous Colors of #826e05

#826e05 #578205 #823005

Monochromatic Colors of #826e05

#826e05

Complementary Color

#826e05 #051982

#826e05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826e05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#826e05 Color CSS Codes

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

#826e05 Text Font Color

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

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


#826e05 Background Color

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

This div background color is #826e05


#826e05 Border Color

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

This div border color is #826e05


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,110,5, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #826e05; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #826e05;
  -webkit-box-shadow: 1px 1px 3px 2px #826e05;
  box-shadow:         1px 1px 3px 2px #826e05; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826e05


Comments

No comments written yet.

Please login to write comment.