Color Hex Logo

#94e362 Color Hex

#94E362
(148,227,98)
0 Favorites   0 Comments

Color spaces of #94e362

RGB 14822798
HSL0.270.700.64
HSV97°57°89°
CMYK 0.350.000.57   0.11
XYZ41.886462.115921.3372
Yxy62.11590.33420.4956
Hunter Lab78.8136-43.058039.1180
CIE-Lab82.9750-46.122154.4779

#94e362 color RGB value is (148,227,98).

#94e362 hex color red value is 148, green value is 227 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #94e362 hue: 0.27 , saturation: 0.70 and the lightness value of 94e362 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 11100011 01100010
Octal 224 343 142
Decimal 148 227 98
Hex 94 E3 62

RGB Percentages of Color #94e362

%31.29
%47.99
%20.72

CMYK Percentages of Color #94e362

%35
%0
%57
%11

Triadic Colors of #94e362

#94e362 #6294e3 #e36294

Analogous Colors of #94e362

#94e362 #62e371 #d5e362

Monochromatic Colors of #94e362

#94e362

Complementary Color

#94e362 #b162e3

#94e362 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94e362 Color Preview on White Background

Lorem ipsum dolor sit amet.

#94e362 Color CSS Codes

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

#94e362 Text Font Color

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

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


#94e362 Background Color

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

This div background color is #94e362


#94e362 Border Color

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

This div border color is #94e362


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94e362


Comments

No comments written yet.

Please login to write comment.