Color Hex Logo

#96b21d Color Hex

#96B21D
(150,178,29)
0 Favorites   0 Comments

Color spaces of #96b21d

RGB 15017829
HSL0.200.720.41
HSV71°84°70°
CMYK 0.160.000.84   0.30
XYZ28.719838.41357.0633
Yxy38.41350.38710.5177
Hunter Lab61.9786-25.748836.6281
CIE-Lab68.3243-27.947365.0256

#96b21d color RGB value is (150,178,29).

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

The process color (four color CMYK) of #96b21d color hex is 0.16, 0.00, 0.84, 0.30. Web safe color of #96b21d is #999933. Color #96b21d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10110010 00011101
Octal 226 262 35
Decimal 150 178 29
Hex 96 B2 1D

RGB Percentages of Color #96b21d

%42.02
%49.86
%8.12

CMYK Percentages of Color #96b21d

%16
%0
%84
%30

Triadic Colors of #96b21d

#96b21d #1d96b2 #b21d96

Analogous Colors of #96b21d

#96b21d #4cb21d #b2841d

Monochromatic Colors of #96b21d

#96b21d

Complementary Color

#96b21d #391db2

#96b21d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96b21d Color Preview on White Background

Lorem ipsum dolor sit amet.

#96b21d Color CSS Codes

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

#96b21d Text Font Color

<p style="color:#96b21d">Text here</p>

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


#96b21d Background Color

<div style="background-color:#96b21d">
Div content here</div>

This div background color is #96b21d


#96b21d Border Color

<div style="border:3px solid #96b21d">
Div here</div>

This div border color is #96b21d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,178,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #96b21d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #96b21d;
  -webkit-box-shadow: 1px 1px 3px 2px #96b21d;
  box-shadow:         1px 1px 3px 2px #96b21d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,178,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 #96b21d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96b21d


Comments

No comments written yet.

Please login to write comment.