Color Hex Logo

#93b300 Color Hex

#93B300
(147,179,0)
0 Favorites   0 Comments

Color spaces of #93b300

RGB 1471790
HSL0.201.000.35
HSV71°100°70°
CMYK 0.180.001.00   0.30
XYZ28.152738.44325.9365
Yxy38.44320.38810.5300
Hunter Lab62.0026-27.455437.7250
CIE-Lab68.3460-30.264069.5862

#93b300 color RGB value is (147,179,0).

#93b300 hex color red value is 147, green value is 179 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #93b300 hue: 0.20 , saturation: 1.00 and the lightness value of 93b300 is 0.35.

The process color (four color CMYK) of #93b300 color hex is 0.18, 0.00, 1.00, 0.30. Web safe color of #93b300 is #99cc00. Color #93b300 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10110011 00000000
Octal 223 263 0
Decimal 147 179 0
Hex 93 B3 0

RGB Percentages of Color #93b300

%45.09
%54.91
%0.00

CMYK Percentages of Color #93b300

%18
%0
%100
%30

Triadic Colors of #93b300

#93b300 #0093b3 #b30093

Analogous Colors of #93b300

#93b300 #3ab300 #b37a00

Monochromatic Colors of #93b300

#93b300

Complementary Color

#93b300 #2000b3

#93b300 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93b300 Color Preview on White Background

Lorem ipsum dolor sit amet.

#93b300 Color CSS Codes

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

#93b300 Text Font Color

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

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


#93b300 Background Color

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

This div background color is #93b300


#93b300 Border Color

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

This div border color is #93b300


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93b300


Comments

No comments written yet.

Please login to write comment.