color codes Logo

#94e93a color codes

#94E93A
(148,233,58)
0 Favorites   0 Comments

Color spaces of #94e93a

RGB 14823358
HSL0.250.800.57
HSV89°75°91°
CMYK 0.360.000.75   0.09
XYZ42.115464.879214.3062
Yxy64.87920.34720.5349
Hunter Lab80.5476-47.627245.8527
CIE-Lab84.4214-51.664671.4645

#94e93a color RGB value is (148,233,58).

#94e93a hex color red value is 148, green value is 233 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #94e93a hue: 0.25 , saturation: 0.80 and the lightness value of 94e93a is 0.57.

The process color (four color CMYK) of #94e93a color code is 0.36, 0.00, 0.75, 0.09. Web safe color of #94e93a is #99ff33. Color #94e93a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 11101001 00111010
Octal 224 351 72
Decimal 148 233 58
Hex 94 E9 3A

RGB Percentages of Color #94e93a

%33.71
%53.08
%13.21

CMYK Percentages of Color #94e93a

%36
%0
%75
%9

Triadic Colors of #94e93a

#94e93a #3a94e9 #e93a94

Analogous Colors of #94e93a

#94e93a #3de93a #e9e73a

Monochromatic Colors of #94e93a

#94e93a

Complementary Color

#94e93a #8f3ae9

#94e93a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94e93a Color Preview on White Background

Lorem ipsum dolor sit amet.

#94e93a Color CSS Codes

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

#94e93a Text Font Color

<p style="color:#94e93a">Text here</p>

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


#94e93a Background Color

<div style="background-color:#94e93a">
Div content here</div>

This div background color is #94e93a


#94e93a Border Color

<div style="border:3px solid #94e93a">
Div here</div>

This div border color is #94e93a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,233,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #94e93a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #94e93a;
  -webkit-box-shadow: 1px 1px 3px 2px #94e93a;
  box-shadow:         1px 1px 3px 2px #94e93a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,233,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94e93a


Comments

No comments written yet.

Please login to write comment.