Color Hex Logo

#93d92f Color Hex

#93D92F
(147,217,47)
0 Favorites   0 Comments

Color spaces of #93d92f

RGB 14721747
HSL0.240.690.52
HSV85°78°85°
CMYK 0.320.000.78   0.15
XYZ37.358656.034011.5360
Yxy56.03400.35600.5340
Hunter Lab74.8559-41.913143.2620
CIE-Lab79.6332-45.953770.2476

#93d92f color RGB value is (147,217,47).

#93d92f hex color red value is 147, green value is 217 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #93d92f hue: 0.24 , saturation: 0.69 and the lightness value of 93d92f is 0.52.

The process color (four color CMYK) of #93d92f color hex is 0.32, 0.00, 0.78, 0.15. Web safe color of #93d92f is #99cc33. Color #93d92f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 11011001 00101111
Octal 223 331 57
Decimal 147 217 47
Hex 93 D9 2F

RGB Percentages of Color #93d92f

%35.77
%52.80
%11.44

CMYK Percentages of Color #93d92f

%32
%0
%78
%15

Triadic Colors of #93d92f

#93d92f #2f93d9 #d92f93

Analogous Colors of #93d92f

#93d92f #3ed92f #d9ca2f

Monochromatic Colors of #93d92f

#93d92f

Complementary Color

#93d92f #752fd9

#93d92f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93d92f Color Preview on White Background

Lorem ipsum dolor sit amet.

#93d92f Color CSS Codes

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

#93d92f Text Font Color

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

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


#93d92f Background Color

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

This div background color is #93d92f


#93d92f Border Color

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

This div border color is #93d92f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93d92f


Comments

No comments written yet.

Please login to write comment.