Color Hex Logo

#84bf11 Color Hex

#84BF11
(132,191,17)
0 Favorites   0 Comments

Color spaces of #84bf11

RGB 13219117
HSL0.220.840.41
HSV80°91°75°
CMYK 0.310.000.91   0.25
XYZ28.247742.20767.1884
Yxy42.20760.36380.5436
Hunter Lab64.9674-36.081438.9169
CIE-Lab71.0138-41.388769.1911

#84bf11 color RGB value is (132,191,17).

#84bf11 hex color red value is 132, green value is 191 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #84bf11 hue: 0.22 , saturation: 0.84 and the lightness value of 84bf11 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10111111 00010001
Octal 204 277 21
Decimal 132 191 17
Hex 84 BF 11

RGB Percentages of Color #84bf11

%38.82
%56.18
%5.00

CMYK Percentages of Color #84bf11

%31
%0
%91
%25

Triadic Colors of #84bf11

#84bf11 #1184bf #bf1184

Analogous Colors of #84bf11

#84bf11 #2dbf11 #bfa311

Monochromatic Colors of #84bf11

#84bf11

Complementary Color

#84bf11 #4c11bf

#84bf11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84bf11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#84bf11 Color CSS Codes

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

#84bf11 Text Font Color

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

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


#84bf11 Background Color

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

This div background color is #84bf11


#84bf11 Border Color

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

This div border color is #84bf11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84bf11


Comments

No comments written yet.

Please login to write comment.