Color Hex Logo

#94d918 Color Hex

#94D918
(148,217,24)
0 Favorites   0 Comments

Color spaces of #94d918

RGB 14821724
HSL0.230.800.47
HSV81°89°85°
CMYK 0.320.000.89   0.15
XYZ37.190555.98769.7107
Yxy55.98760.36150.5442
Hunter Lab74.8249-42.222944.6828
CIE-Lab79.6068-46.390075.4826

#94d918 color RGB value is (148,217,24).

#94d918 hex color red value is 148, green value is 217 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #94d918 hue: 0.23 , saturation: 0.80 and the lightness value of 94d918 is 0.47.

The process color (four color CMYK) of #94d918 color hex is 0.32, 0.00, 0.89, 0.15. Web safe color of #94d918 is #99cc00. Color #94d918 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 11011001 00011000
Octal 224 331 30
Decimal 148 217 24
Hex 94 D9 18

RGB Percentages of Color #94d918

%38.05
%55.78
%6.17

CMYK Percentages of Color #94d918

%32
%0
%89
%15

Triadic Colors of #94d918

#94d918 #1894d9 #d91894

Analogous Colors of #94d918

#94d918 #34d918 #d9be18

Monochromatic Colors of #94d918

#94d918

Complementary Color

#94d918 #5d18d9

#94d918 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94d918 Color Preview on White Background

Lorem ipsum dolor sit amet.

#94d918 Color CSS Codes

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

#94d918 Text Font Color

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

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


#94d918 Background Color

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

This div background color is #94d918


#94d918 Border Color

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

This div border color is #94d918


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94d918


Comments

No comments written yet.

Please login to write comment.