Color Hex Logo

#928429 Color Hex

#928429
(146,132,41)
0 Favorites   0 Comments

Color spaces of #928429

RGB 14613241
HSL0.140.560.37
HSV52°72°57°
CMYK 0.000.100.72   0.43
XYZ20.505622.77365.4128
Yxy22.77360.42110.4677
Hunter Lab47.7217-6.813126.6803
CIE-Lab54.8384-5.457448.5962

#928429 color RGB value is (146,132,41).

#928429 hex color red value is 146, green value is 132 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #928429 hue: 0.14 , saturation: 0.56 and the lightness value of 928429 is 0.37.

The process color (four color CMYK) of #928429 color hex is 0.00, 0.10, 0.72, 0.43. Web safe color of #928429 is #999933. Color #928429 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 10000100 00101001
Octal 222 204 51
Decimal 146 132 41
Hex 92 84 29

RGB Percentages of Color #928429

%45.77
%41.38
%12.85

CMYK Percentages of Color #928429

%0
%10
%72
%43

Triadic Colors of #928429

#928429 #299284 #842992

Analogous Colors of #928429

#928429 #6c9229 #924f29

Monochromatic Colors of #928429

#928429

Complementary Color

#928429 #293792

#928429 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#928429 Color Preview on White Background

Lorem ipsum dolor sit amet.

#928429 Color CSS Codes

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

#928429 Text Font Color

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

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


#928429 Background Color

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

This div background color is #928429


#928429 Border Color

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

This div border color is #928429


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(146,132,41, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #928429; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #928429;
  -webkit-box-shadow: 1px 1px 3px 2px #928429;
  box-shadow:         1px 1px 3px 2px #928429; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(146,132,41, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #928429


Comments

No comments written yet.

Please login to write comment.