color codes Logo

#94d63f color codes

#94D63F
(148,214,63)
0 Favorites   0 Comments

Color spaces of #94d63f

RGB 14821463
HSL0.240.650.54
HSV86°71°84°
CMYK 0.310.000.71   0.16
XYZ37.156554.747913.3117
Yxy54.74790.35310.5203
Hunter Lab73.9918-39.848341.1275
CIE-Lab78.8958-43.437264.3504

#94d63f color RGB value is (148,214,63).

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

The process color (four color CMYK) of #94d63f color code is 0.31, 0.00, 0.71, 0.16. Web safe color of #94d63f is #99cc33. Color #94d63f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 11010110 00111111
Octal 224 326 77
Decimal 148 214 63
Hex 94 D6 3F

RGB Percentages of Color #94d63f

%34.82
%50.35
%14.82

CMYK Percentages of Color #94d63f

%31
%0
%71
%16

Triadic Colors of #94d63f

#94d63f #3f94d6 #d63f94

Analogous Colors of #94d63f

#94d63f #48d63f #d6cd3f

Monochromatic Colors of #94d63f

#94d63f

Complementary Color

#94d63f #813fd6

#94d63f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94d63f Color Preview on White Background

Lorem ipsum dolor sit amet.

#94d63f Color CSS Codes

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

#94d63f Text Font Color

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

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


#94d63f Background Color

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

This div background color is #94d63f


#94d63f Border Color

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

This div border color is #94d63f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94d63f


Comments

No comments written yet.

Please login to write comment.