Color Hex Logo

#94bc5d Color Hex

#94BC5D
(148,188,93)
0 Favorites   0 Comments

Color spaces of #94bc5d

RGB 14818893
HSL0.240.410.55
HSV85°51°74°
CMYK 0.210.000.51   0.26
XYZ32.171743.052716.9703
Yxy43.05270.34900.4670
Hunter Lab65.6146-27.304530.5956
CIE-Lab71.5907-29.089843.3869

#94bc5d color RGB value is (148,188,93).

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

The process color (four color CMYK) of #94bc5d color hex is 0.21, 0.00, 0.51, 0.26. Web safe color of #94bc5d is #99cc66. Color #94bc5d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10111100 01011101
Octal 224 274 135
Decimal 148 188 93
Hex 94 BC 5D

RGB Percentages of Color #94bc5d

%34.50
%43.82
%21.68

CMYK Percentages of Color #94bc5d

%21
%0
%51
%26

Triadic Colors of #94bc5d

#94bc5d #5d94bc #bc5d94

Analogous Colors of #94bc5d

#94bc5d #65bc5d #bcb55d

Monochromatic Colors of #94bc5d

#94bc5d

Complementary Color

#94bc5d #855dbc

#94bc5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94bc5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#94bc5d Color CSS Codes

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

#94bc5d Text Font Color

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

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


#94bc5d Background Color

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

This div background color is #94bc5d


#94bc5d Border Color

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

This div border color is #94bc5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94bc5d


Comments

No comments written yet.

Please login to write comment.