Color Hex Logo

#93e225 Color Hex

#93E225
(147,226,37)
0 Favorites   0 Comments

Color spaces of #93e225

RGB 14722637
HSL0.240.770.52
HSV85°84°89°
CMYK 0.350.000.84   0.11
XYZ39.562960.729311.3870
Yxy60.72930.35430.5438
Hunter Lab77.9290-45.755145.8868
CIE-Lab82.2330-50.093575.1393

#93e225 color RGB value is (147,226,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 11100010 00100101
Octal 223 342 45
Decimal 147 226 37
Hex 93 E2 25

RGB Percentages of Color #93e225

%35.85
%55.12
%9.02

CMYK Percentages of Color #93e225

%35
%0
%84
%11

Triadic Colors of #93e225

#93e225 #2593e2 #e22593

Analogous Colors of #93e225

#93e225 #35e225 #e2d325

Monochromatic Colors of #93e225

#93e225

Complementary Color

#93e225 #7425e2

#93e225 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93e225 Color Preview on White Background

Lorem ipsum dolor sit amet.

#93e225 Color CSS Codes

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

#93e225 Text Font Color

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

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


#93e225 Background Color

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

This div background color is #93e225


#93e225 Border Color

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

This div border color is #93e225


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93e225


Comments

No comments written yet.

Please login to write comment.