Color Hex Logo

#84c230 Color Hex

#84C230
(132,194,48)
0 Favorites   0 Comments

Color spaces of #84c230

RGB 13219448
HSL0.240.600.47
HSV85°75°76°
CMYK 0.320.000.75   0.24
XYZ29.341043.70259.6853
Yxy43.70250.35470.5283
Hunter Lab66.1079-36.464237.5891
CIE-Lab72.0292-41.515062.4958

#84c230 color RGB value is (132,194,48).

#84c230 hex color red value is 132, green value is 194 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #84c230 hue: 0.24 , saturation: 0.60 and the lightness value of 84c230 is 0.47.

The process color (four color CMYK) of #84c230 color hex is 0.32, 0.00, 0.75, 0.24. Web safe color of #84c230 is #99cc33. Color #84c230 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 11000010 00110000
Octal 204 302 60
Decimal 132 194 48
Hex 84 C2 30

RGB Percentages of Color #84c230

%35.29
%51.87
%12.83

CMYK Percentages of Color #84c230

%32
%0
%75
%24

Triadic Colors of #84c230

#84c230 #3084c2 #c23084

Analogous Colors of #84c230

#84c230 #3bc230 #c2b730

Monochromatic Colors of #84c230

#84c230

Complementary Color

#84c230 #6e30c2

#84c230 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84c230 Color Preview on White Background

Lorem ipsum dolor sit amet.

#84c230 Color CSS Codes

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

#84c230 Text Font Color

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

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


#84c230 Background Color

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

This div background color is #84c230


#84c230 Border Color

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

This div border color is #84c230


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84c230


Comments

No comments written yet.

Please login to write comment.