Color Hex Logo

#86a421 Color Hex

#86A421
(134,164,33)
0 Favorites   0 Comments

Color spaces of #86a421

RGB 13416433
HSL0.200.660.39
HSV74°80°64°
CMYK 0.180.000.80   0.36
XYZ23.381531.72916.3308
Yxy31.72910.38050.5164
Hunter Lab56.3286-24.481332.7664
CIE-Lab63.1184-27.736358.9298

#86a421 color RGB value is (134,164,33).

#86a421 hex color red value is 134, green value is 164 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #86a421 hue: 0.20 , saturation: 0.66 and the lightness value of 86a421 is 0.39.

The process color (four color CMYK) of #86a421 color hex is 0.18, 0.00, 0.80, 0.36. Web safe color of #86a421 is #999933. Color #86a421 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10100100 00100001
Octal 206 244 41
Decimal 134 164 33
Hex 86 A4 21

RGB Percentages of Color #86a421

%40.48
%49.55
%9.97

CMYK Percentages of Color #86a421

%18
%0
%80
%36

Triadic Colors of #86a421

#86a421 #2186a4 #a42186

Analogous Colors of #86a421

#86a421 #45a421 #a48121

Monochromatic Colors of #86a421

#86a421

Complementary Color

#86a421 #3f21a4

#86a421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86a421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#86a421 Color CSS Codes

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

#86a421 Text Font Color

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

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


#86a421 Background Color

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

This div background color is #86a421


#86a421 Border Color

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

This div border color is #86a421


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,164,33, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86a421; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86a421;
  -webkit-box-shadow: 1px 1px 3px 2px #86a421;
  box-shadow:         1px 1px 3px 2px #86a421; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,164,33, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86a421


Comments

No comments written yet.

Please login to write comment.