Color Hex Logo

#94d83d Color Hex

#94D83D
(148,216,61)
0 Favorites   0 Comments

Color spaces of #94d83d

RGB 14821661
HSL0.240.670.54
HSV86°72°85°
CMYK 0.310.000.72   0.15
XYZ37.610955.744613.1924
Yxy55.74460.35300.5232
Hunter Lab74.6623-40.740241.7874
CIE-Lab79.4682-44.420265.6347

#94d83d color RGB value is (148,216,61).

#94d83d hex color red value is 148, green value is 216 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #94d83d hue: 0.24 , saturation: 0.67 and the lightness value of 94d83d is 0.54.

The process color (four color CMYK) of #94d83d color hex is 0.31, 0.00, 0.72, 0.15. Web safe color of #94d83d is #99cc33. Color #94d83d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 11011000 00111101
Octal 224 330 75
Decimal 148 216 61
Hex 94 D8 3D

RGB Percentages of Color #94d83d

%34.82
%50.82
%14.35

CMYK Percentages of Color #94d83d

%31
%0
%72
%15

Triadic Colors of #94d83d

#94d83d #3d94d8 #d83d94

Analogous Colors of #94d83d

#94d83d #46d83d #d8cf3d

Monochromatic Colors of #94d83d

#94d83d

Complementary Color

#94d83d #813dd8

#94d83d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94d83d Color Preview on White Background

Lorem ipsum dolor sit amet.

#94d83d Color CSS Codes

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

#94d83d Text Font Color

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

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


#94d83d Background Color

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

This div background color is #94d83d


#94d83d Border Color

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

This div border color is #94d83d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94d83d


Comments

No comments written yet.

Please login to write comment.