Color Hex Logo

#84b00f Color Hex

#84B00F
(132,176,15)
0 Favorites   0 Comments

Color spaces of #84b00f

RGB 13217615
HSL0.210.840.37
HSV76°91°69°
CMYK 0.250.000.91   0.31
XYZ25.127335.99076.0745
Yxy35.99070.37400.5356
Hunter Lab59.9922-30.223135.9912
CIE-Lab66.5128-34.756765.8423

#84b00f color RGB value is (132,176,15).

#84b00f hex color red value is 132, green value is 176 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #84b00f hue: 0.21 , saturation: 0.84 and the lightness value of 84b00f is 0.37.

The process color (four color CMYK) of #84b00f color hex is 0.25, 0.00, 0.91, 0.31. Web safe color of #84b00f is #999900. Color #84b00f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10110000 00001111
Octal 204 260 17
Decimal 132 176 15
Hex 84 B0 F

RGB Percentages of Color #84b00f

%40.87
%54.49
%4.64

CMYK Percentages of Color #84b00f

%25
%0
%91
%31

Triadic Colors of #84b00f

#84b00f #0f84b0 #b00f84

Analogous Colors of #84b00f

#84b00f #34b00f #b08c0f

Monochromatic Colors of #84b00f

#84b00f

Complementary Color

#84b00f #3b0fb0

#84b00f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84b00f Color Preview on White Background

Lorem ipsum dolor sit amet.

#84b00f Color CSS Codes

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

#84b00f Text Font Color

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

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


#84b00f Background Color

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

This div background color is #84b00f


#84b00f Border Color

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

This div border color is #84b00f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,176,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84b00f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84b00f;
  -webkit-box-shadow: 1px 1px 3px 2px #84b00f;
  box-shadow:         1px 1px 3px 2px #84b00f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,176,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84b00f


Comments

No comments written yet.

Please login to write comment.