Color Hex Logo

#93b318 Color Hex

#93B318
(147,179,24)
0 Favorites   0 Comments

Color spaces of #93b318

RGB 14717924
HSL0.200.760.40
HSV72°87°70°
CMYK 0.180.000.87   0.30
XYZ28.317638.50926.8047
Yxy38.50920.38460.5230
Hunter Lab62.0558-27.143636.9376
CIE-Lab68.3942-29.822566.1392

#93b318 color RGB value is (147,179,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10110011 00011000
Octal 223 263 30
Decimal 147 179 24
Hex 93 B3 18

RGB Percentages of Color #93b318

%42.00
%51.14
%6.86

CMYK Percentages of Color #93b318

%18
%0
%87
%30

Triadic Colors of #93b318

#93b318 #1893b3 #b31893

Analogous Colors of #93b318

#93b318 #46b318 #b38618

Monochromatic Colors of #93b318

#93b318

Complementary Color

#93b318 #3818b3

#93b318 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93b318 Color Preview on White Background

Lorem ipsum dolor sit amet.

#93b318 Color CSS Codes

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

#93b318 Text Font Color

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

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


#93b318 Background Color

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

This div background color is #93b318


#93b318 Border Color

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

This div border color is #93b318


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93b318


Comments

No comments written yet.

Please login to write comment.