Color Hex Logo

#93b820 Color Hex

#93B820
(147,184,32)
0 Favorites   0 Comments

Color spaces of #93b820

RGB 14718432
HSL0.210.700.42
HSV75°83°72°
CMYK 0.200.000.83   0.28
XYZ29.433840.58837.6495
Yxy40.58830.37900.5226
Hunter Lab63.7089-29.022937.4773
CIE-Lab69.8865-31.923365.5548

#93b820 color RGB value is (147,184,32).

#93b820 hex color red value is 147, green value is 184 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #93b820 hue: 0.21 , saturation: 0.70 and the lightness value of 93b820 is 0.42.

The process color (four color CMYK) of #93b820 color hex is 0.20, 0.00, 0.83, 0.28. Web safe color of #93b820 is #99cc33. Color #93b820 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10111000 00100000
Octal 223 270 40
Decimal 147 184 32
Hex 93 B8 20

RGB Percentages of Color #93b820

%40.50
%50.69
%8.82

CMYK Percentages of Color #93b820

%20
%0
%83
%28

Triadic Colors of #93b820

#93b820 #2093b8 #b82093

Analogous Colors of #93b820

#93b820 #47b820 #b89120

Monochromatic Colors of #93b820

#93b820

Complementary Color

#93b820 #4520b8

#93b820 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93b820 Color Preview on White Background

Lorem ipsum dolor sit amet.

#93b820 Color CSS Codes

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

#93b820 Text Font Color

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

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


#93b820 Background Color

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

This div background color is #93b820


#93b820 Border Color

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

This div border color is #93b820


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,184,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #93b820; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #93b820;
  -webkit-box-shadow: 1px 1px 3px 2px #93b820;
  box-shadow:         1px 1px 3px 2px #93b820; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,184,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93b820


Comments

No comments written yet.

Please login to write comment.