Color Hex Logo

#94b51d Color Hex

#94B51D
(148,181,29)
0 Favorites   0 Comments

Color spaces of #94b51d

RGB 14818129
HSL0.200.720.41
HSV73°84°71°
CMYK 0.180.000.84   0.29
XYZ28.958439.43247.2473
Yxy39.43240.38290.5213
Hunter Lab62.7952-27.575337.1139
CIE-Lab69.0633-30.206365.6080

#94b51d color RGB value is (148,181,29).

#94b51d hex color red value is 148, green value is 181 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #94b51d hue: 0.20 , saturation: 0.72 and the lightness value of 94b51d is 0.41.

The process color (four color CMYK) of #94b51d color hex is 0.18, 0.00, 0.84, 0.29. Web safe color of #94b51d is #99cc33. Color #94b51d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10110101 00011101
Octal 224 265 35
Decimal 148 181 29
Hex 94 B5 1D

RGB Percentages of Color #94b51d

%41.34
%50.56
%8.10

CMYK Percentages of Color #94b51d

%18
%0
%84
%29

Triadic Colors of #94b51d

#94b51d #1d94b5 #b51d94

Analogous Colors of #94b51d

#94b51d #48b51d #b58a1d

Monochromatic Colors of #94b51d

#94b51d

Complementary Color

#94b51d #3e1db5

#94b51d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94b51d Color Preview on White Background

Lorem ipsum dolor sit amet.

#94b51d Color CSS Codes

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

#94b51d Text Font Color

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

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


#94b51d Background Color

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

This div background color is #94b51d


#94b51d Border Color

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

This div border color is #94b51d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94b51d


Comments

No comments written yet.

Please login to write comment.