Color Hex Logo

#94f029 Color Hex

#94F029
(148,240,41)
0 Favorites   0 Comments

Color spaces of #94f029

RGB 14824041
HSL0.240.870.55
HSV88°83°94°
CMYK 0.380.000.83   0.06
XYZ43.773168.776213.0659
Yxy68.77620.34850.5475
Hunter Lab82.9314-50.913648.7108
CIE-Lab86.3931-55.226077.8915

#94f029 color RGB value is (148,240,41).

#94f029 hex color red value is 148, green value is 240 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #94f029 hue: 0.24 , saturation: 0.87 and the lightness value of 94f029 is 0.55.

The process color (four color CMYK) of #94f029 color hex is 0.38, 0.00, 0.83, 0.06. Web safe color of #94f029 is #99ff33. Color #94f029 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 11110000 00101001
Octal 224 360 51
Decimal 148 240 41
Hex 94 F0 29

RGB Percentages of Color #94f029

%34.50
%55.94
%9.56

CMYK Percentages of Color #94f029

%38
%0
%83
%6

Triadic Colors of #94f029

#94f029 #2994f0 #f02994

Analogous Colors of #94f029

#94f029 #31f029 #f0e929

Monochromatic Colors of #94f029

#94f029

Complementary Color

#94f029 #8529f0

#94f029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94f029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#94f029 Color CSS Codes

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

#94f029 Text Font Color

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

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


#94f029 Background Color

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

This div background color is #94f029


#94f029 Border Color

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

This div border color is #94f029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94f029


Comments

No comments written yet.

Please login to write comment.