Color Hex Logo

#b4680c Color Hex

#B4680C
(180,104,12)
0 Favorites   0 Comments

Color spaces of #b4680c

RGB 18010412
HSL0.090.880.38
HSV33°93°71°
CMYK 0.000.420.93   0.29
XYZ23.839119.63052.8804
Yxy19.63050.51430.4235
Hunter Lab44.306318.506227.1599
CIE-Lab51.416824.731856.6431

#b4680c color RGB value is (180,104,12).

#b4680c hex color red value is 180, green value is 104 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #b4680c hue: 0.09 , saturation: 0.88 and the lightness value of b4680c is 0.38.

The process color (four color CMYK) of #b4680c color hex is 0.00, 0.42, 0.93, 0.29. Web safe color of #b4680c is #cc6600. Color #b4680c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101000 00001100
Octal 264 150 14
Decimal 180 104 12
Hex B4 68 C

RGB Percentages of Color #b4680c

%60.81
%35.14
%4.05

CMYK Percentages of Color #b4680c

%0
%42
%93
%29

Triadic Colors of #b4680c

#b4680c #0cb468 #680cb4

Analogous Colors of #b4680c

#b4680c #acb40c #b4140c

Monochromatic Colors of #b4680c

#b4680c

Complementary Color

#b4680c #0c58b4

#b4680c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4680c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4680c Color CSS Codes

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

#b4680c Text Font Color

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

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


#b4680c Background Color

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

This div background color is #b4680c


#b4680c Border Color

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

This div border color is #b4680c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,104,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b4680c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b4680c;
  -webkit-box-shadow: 1px 1px 3px 2px #b4680c;
  box-shadow:         1px 1px 3px 2px #b4680c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,104,12, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4680c


Comments

No comments written yet.

Please login to write comment.