Color Hex Logo

#93b31d Color Hex

#93B31D
(147,179,29)
0 Favorites   0 Comments

Color spaces of #93b31d

RGB 14717929
HSL0.200.720.41
HSV73°84°70°
CMYK 0.180.000.84   0.30
XYZ28.374538.53207.1043
Yxy38.53200.38340.5206
Hunter Lab62.0741-27.036236.6662
CIE-Lab68.4109-29.670765.0197

#93b31d color RGB value is (147,179,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10110011 00011101
Octal 223 263 35
Decimal 147 179 29
Hex 93 B3 1D

RGB Percentages of Color #93b31d

%41.41
%50.42
%8.17

CMYK Percentages of Color #93b31d

%18
%0
%84
%30

Triadic Colors of #93b31d

#93b31d #1d93b3 #b31d93

Analogous Colors of #93b31d

#93b31d #48b31d #b3881d

Monochromatic Colors of #93b31d

#93b31d

Complementary Color

#93b31d #3d1db3

#93b31d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93b31d Color Preview on White Background

Lorem ipsum dolor sit amet.

#93b31d Color CSS Codes

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

#93b31d Text Font Color

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

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


#93b31d Background Color

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

This div background color is #93b31d


#93b31d Border Color

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

This div border color is #93b31d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93b31d


Comments

No comments written yet.

Please login to write comment.