Color Hex Logo

#94e33b Color Hex

#94E33B
(148,227,59)
0 Favorites   0 Comments

Color spaces of #94e33b

RGB 14822759
HSL0.250.750.56
HSV88°74°89°
CMYK 0.350.000.74   0.11
XYZ40.471261.549813.8849
Yxy61.54980.34920.5310
Hunter Lab78.4537-45.212744.4243
CIE-Lab82.6734-49.156569.4587

#94e33b color RGB value is (148,227,59).

#94e33b hex color red value is 148, green value is 227 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #94e33b hue: 0.25 , saturation: 0.75 and the lightness value of 94e33b is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 11100011 00111011
Octal 224 343 73
Decimal 148 227 59
Hex 94 E3 3B

RGB Percentages of Color #94e33b

%34.10
%52.30
%13.59

CMYK Percentages of Color #94e33b

%35
%0
%74
%11

Triadic Colors of #94e33b

#94e33b #3b94e3 #e33b94

Analogous Colors of #94e33b

#94e33b #40e33b #e3de3b

Monochromatic Colors of #94e33b

#94e33b

Complementary Color

#94e33b #8a3be3

#94e33b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94e33b Color Preview on White Background

Lorem ipsum dolor sit amet.

#94e33b Color CSS Codes

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

#94e33b Text Font Color

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

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


#94e33b Background Color

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

This div background color is #94e33b


#94e33b Border Color

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

This div border color is #94e33b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94e33b


Comments

No comments written yet.

Please login to write comment.