Color Hex Logo

#bab351 Color Hex

#BAB351
(186,179,81)
0 Favorites   0 Comments

Color spaces of #bab351

RGB 18617981
HSL0.160.430.52
HSV56°56°73°
CMYK 0.000.040.56   0.27
XYZ37.855043.273414.1420
Yxy43.27340.39730.4542
Hunter Lab65.7825-12.400433.3015
CIE-Lab71.7401-10.317049.9907

#bab351 color RGB value is (186,179,81).

#bab351 hex color red value is 186, green value is 179 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #bab351 hue: 0.16 , saturation: 0.43 and the lightness value of bab351 is 0.52.

The process color (four color CMYK) of #bab351 color hex is 0.00, 0.04, 0.56, 0.27. Web safe color of #bab351 is #cccc66. Color #bab351 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110011 01010001
Octal 272 263 121
Decimal 186 179 81
Hex BA B3 51

RGB Percentages of Color #bab351

%41.70
%40.13
%18.16

CMYK Percentages of Color #bab351

%0
%4
%56
%27

Triadic Colors of #bab351

#bab351 #51bab3 #b351ba

Analogous Colors of #bab351

#bab351 #8dba51 #ba7f51

Monochromatic Colors of #bab351

#bab351

Complementary Color

#bab351 #5158ba

#bab351 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab351 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab351 Color CSS Codes

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

#bab351 Text Font Color

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

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


#bab351 Background Color

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

This div background color is #bab351


#bab351 Border Color

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

This div border color is #bab351


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(186,179,81, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bab351; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bab351;
  -webkit-box-shadow: 1px 1px 3px 2px #bab351;
  box-shadow:         1px 1px 3px 2px #bab351; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,179,81, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab351


Comments

No comments written yet.

Please login to write comment.