Color Hex Logo

#94bb1c Color Hex

#94BB1C
(148,187,28)
0 Favorites   0 Comments

Color spaces of #94bb1c

RGB 14818728
HSL0.210.740.42
HSV75°85°73°
CMYK 0.210.000.85   0.27
XYZ30.192741.92047.5987
Yxy41.92040.37880.5259
Hunter Lab64.7460-30.066338.3638
CIE-Lab70.8160-33.047167.3405

#94bb1c color RGB value is (148,187,28).

#94bb1c hex color red value is 148, green value is 187 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #94bb1c hue: 0.21 , saturation: 0.74 and the lightness value of 94bb1c is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10111011 00011100
Octal 224 273 34
Decimal 148 187 28
Hex 94 BB 1C

RGB Percentages of Color #94bb1c

%40.77
%51.52
%7.71

CMYK Percentages of Color #94bb1c

%21
%0
%85
%27

Triadic Colors of #94bb1c

#94bb1c #1c94bb #bb1c94

Analogous Colors of #94bb1c

#94bb1c #44bb1c #bb931c

Monochromatic Colors of #94bb1c

#94bb1c

Complementary Color

#94bb1c #431cbb

#94bb1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94bb1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#94bb1c Color CSS Codes

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

#94bb1c Text Font Color

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

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


#94bb1c Background Color

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

This div background color is #94bb1c


#94bb1c Border Color

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

This div border color is #94bb1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94bb1c


Comments

No comments written yet.

Please login to write comment.