Color Hex Logo

#94bc3b Color Hex

#94BC3B
(148,188,59)
0 Favorites   0 Comments

Color spaces of #94bc3b

RGB 14818859
HSL0.220.520.48
HSV79°69°74°
CMYK 0.210.000.69   0.26
XYZ30.985442.578110.7230
Yxy42.57810.36760.5052
Hunter Lab65.2519-29.428635.9331
CIE-Lab71.2677-32.034158.1019

#94bc3b color RGB value is (148,188,59).

#94bc3b hex color red value is 148, green value is 188 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #94bc3b hue: 0.22 , saturation: 0.52 and the lightness value of 94bc3b is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10111100 00111011
Octal 224 274 73
Decimal 148 188 59
Hex 94 BC 3B

RGB Percentages of Color #94bc3b

%37.47
%47.59
%14.94

CMYK Percentages of Color #94bc3b

%21
%0
%69
%26

Triadic Colors of #94bc3b

#94bc3b #3b94bc #bc3b94

Analogous Colors of #94bc3b

#94bc3b #54bc3b #bca43b

Monochromatic Colors of #94bc3b

#94bc3b

Complementary Color

#94bc3b #633bbc

#94bc3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94bc3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#94bc3b Color CSS Codes

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

#94bc3b Text Font Color

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

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


#94bc3b Background Color

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

This div background color is #94bc3b


#94bc3b Border Color

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

This div border color is #94bc3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94bc3b


Comments

No comments written yet.

Please login to write comment.