Color Hex Logo

#828714 Color Hex

#828714
(130,135,20)
0 Favorites   0 Comments

Color spaces of #828714

RGB 13013520
HSL0.170.740.30
HSV63°85°53°
CMYK 0.040.000.85   0.47
XYZ17.996222.12433.9837
Yxy22.12430.40800.5016
Hunter Lab47.0365-14.019627.9040
CIE-Lab54.1586-15.296354.5676

#828714 color RGB value is (130,135,20).

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

The process color (four color CMYK) of #828714 color hex is 0.04, 0.00, 0.85, 0.47. Web safe color of #828714 is #999900. Color #828714 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10000111 00010100
Octal 202 207 24
Decimal 130 135 20
Hex 82 87 14

RGB Percentages of Color #828714

%45.61
%47.37
%7.02

CMYK Percentages of Color #828714

%4
%0
%85
%47

Triadic Colors of #828714

#828714 #148287 #871482

Analogous Colors of #828714

#828714 #498714 #875314

Monochromatic Colors of #828714

#828714

Complementary Color

#828714 #191487

#828714 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#828714 Color Preview on White Background

Lorem ipsum dolor sit amet.

#828714 Color CSS Codes

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

#828714 Text Font Color

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

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


#828714 Background Color

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

This div background color is #828714


#828714 Border Color

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

This div border color is #828714


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,135,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 #828714">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #828714


Comments

No comments written yet.

Please login to write comment.