Color Hex Logo

#b29423 Color Hex

#B29423
(178,148,35)
0 Favorites   0 Comments

Color spaces of #b29423

RGB 17814835
HSL0.130.670.42
HSV47°80°70°
CMYK 0.000.170.80   0.30
XYZ29.253430.76615.9867
Yxy30.76610.44320.4661
Hunter Lab55.4672-2.926732.4277
CIE-Lab62.30970.042958.9655

#b29423 color RGB value is (178,148,35).

#b29423 hex color red value is 178, green value is 148 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #b29423 hue: 0.13 , saturation: 0.67 and the lightness value of b29423 is 0.42.

The process color (four color CMYK) of #b29423 color hex is 0.00, 0.17, 0.80, 0.30. Web safe color of #b29423 is #999933. Color #b29423 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010100 00100011
Octal 262 224 43
Decimal 178 148 35
Hex B2 94 23

RGB Percentages of Color #b29423

%49.31
%41.00
%9.70

CMYK Percentages of Color #b29423

%0
%17
%80
%30

Triadic Colors of #b29423

#b29423 #23b294 #9423b2

Analogous Colors of #b29423

#b29423 #89b223 #b24d23

Monochromatic Colors of #b29423

#b29423

Complementary Color

#b29423 #2341b2

#b29423 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29423 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29423 Color CSS Codes

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

#b29423 Text Font Color

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

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


#b29423 Background Color

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

This div background color is #b29423


#b29423 Border Color

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

This div border color is #b29423


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,148,35, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b29423; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b29423;
  -webkit-box-shadow: 1px 1px 3px 2px #b29423;
  box-shadow:         1px 1px 3px 2px #b29423; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29423


Comments

No comments written yet.

Please login to write comment.