Color Hex Logo

#93f21d Color Hex

#93F21D
(147,242,29)
0 Favorites   0 Comments

Color spaces of #93f21d

RGB 14724229
HSL0.240.890.53
HSV87°88°95°
CMYK 0.390.000.88   0.05
XYZ44.006569.796012.3150
Yxy69.79600.34890.5534
Hunter Lab83.5440-52.177849.7410
CIE-Lab86.8967-56.711780.6870

#93f21d color RGB value is (147,242,29).

#93f21d hex color red value is 147, green value is 242 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #93f21d hue: 0.24 , saturation: 0.89 and the lightness value of 93f21d is 0.53.

The process color (four color CMYK) of #93f21d color hex is 0.39, 0.00, 0.88, 0.05. Web safe color of #93f21d is #99ff33. Color #93f21d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 11110010 00011101
Octal 223 362 35
Decimal 147 242 29
Hex 93 F2 1D

RGB Percentages of Color #93f21d

%35.17
%57.89
%6.94

CMYK Percentages of Color #93f21d

%39
%0
%88
%5

Triadic Colors of #93f21d

#93f21d #1d93f2 #f21d93

Analogous Colors of #93f21d

#93f21d #29f21d #f2e71d

Monochromatic Colors of #93f21d

#93f21d

Complementary Color

#93f21d #7c1df2

#93f21d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93f21d Color Preview on White Background

Lorem ipsum dolor sit amet.

#93f21d Color CSS Codes

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

#93f21d Text Font Color

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

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


#93f21d Background Color

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

This div background color is #93f21d


#93f21d Border Color

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

This div border color is #93f21d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,242,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 #93f21d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93f21d


Comments

No comments written yet.

Please login to write comment.