Color Hex Logo

#bab453 Color Hex

#BAB453
(186,180,83)
0 Favorites   0 Comments

Color spaces of #bab453

RGB 18618083
HSL0.160.430.53
HSV57°55°73°
CMYK 0.000.030.55   0.27
XYZ38.132343.706214.6100
Yxy43.70620.39540.4532
Hunter Lab66.1107-12.735833.1748
CIE-Lab72.0317-10.677549.3882

#bab453 color RGB value is (186,180,83).

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

The process color (four color CMYK) of #bab453 color hex is 0.00, 0.03, 0.55, 0.27. Web safe color of #bab453 is #cccc66. Color #bab453 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110100 01010011
Octal 272 264 123
Decimal 186 180 83
Hex BA B4 53

RGB Percentages of Color #bab453

%41.43
%40.09
%18.49

CMYK Percentages of Color #bab453

%0
%3
%55
%27

Triadic Colors of #bab453

#bab453 #53bab4 #b453ba

Analogous Colors of #bab453

#bab453 #8dba53 #ba8153

Monochromatic Colors of #bab453

#bab453

Complementary Color

#bab453 #5359ba

#bab453 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab453 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab453 Color CSS Codes

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

#bab453 Text Font Color

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

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


#bab453 Background Color

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

This div background color is #bab453


#bab453 Border Color

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

This div border color is #bab453


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab453


Comments

No comments written yet.

Please login to write comment.