Color Hex Logo

#93db4f Color Hex

#93DB4F
(147,219,79)
0 Favorites   0 Comments

Color spaces of #93db4f

RGB 14721979
HSL0.250.660.58
HSV91°64°86°
CMYK 0.330.000.64   0.14
XYZ38.775457.430616.4387
Yxy57.43060.34420.5098
Hunter Lab75.7830-41.288240.1870
CIE-Lab80.4212-44.777659.7476

#93db4f color RGB value is (147,219,79).

#93db4f hex color red value is 147, green value is 219 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #93db4f hue: 0.25 , saturation: 0.66 and the lightness value of 93db4f is 0.58.

The process color (four color CMYK) of #93db4f color hex is 0.33, 0.00, 0.64, 0.14. Web safe color of #93db4f is #99cc66. Color #93db4f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 11011011 01001111
Octal 223 333 117
Decimal 147 219 79
Hex 93 DB 4F

RGB Percentages of Color #93db4f

%33.03
%49.21
%17.75

CMYK Percentages of Color #93db4f

%33
%0
%64
%14

Triadic Colors of #93db4f

#93db4f #4f93db #db4f93

Analogous Colors of #93db4f

#93db4f #4fdb51 #d9db4f

Monochromatic Colors of #93db4f

#93db4f

Complementary Color

#93db4f #974fdb

#93db4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93db4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#93db4f Color CSS Codes

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

#93db4f Text Font Color

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

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


#93db4f Background Color

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

This div background color is #93db4f


#93db4f Border Color

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

This div border color is #93db4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93db4f


Comments

No comments written yet.

Please login to write comment.