Color Hex Logo

#bab464 Color Hex

#BAB464
(186,180,100)
0 Favorites   0 Comments

Color spaces of #bab464

RGB 186180100
HSL0.160.380.56
HSV56°46°73°
CMYK 0.000.030.46   0.27
XYZ38.871244.001718.5010
Yxy44.00170.38340.4341
Hunter Lab66.3338-11.484229.8972
CIE-Lab72.2296-9.164141.3451

#bab464 color RGB value is (186,180,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110100 01100100
Octal 272 264 144
Decimal 186 180 100
Hex BA B4 64

RGB Percentages of Color #bab464

%39.91
%38.63
%21.46

CMYK Percentages of Color #bab464

%0
%3
%46
%27

Triadic Colors of #bab464

#bab464 #64bab4 #b464ba

Analogous Colors of #bab464

#bab464 #95ba64 #ba8964

Monochromatic Colors of #bab464

#bab464

Complementary Color

#bab464 #646aba

#bab464 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab464 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab464 Color CSS Codes

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

#bab464 Text Font Color

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

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


#bab464 Background Color

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

This div background color is #bab464


#bab464 Border Color

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

This div border color is #bab464


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab464


Comments

No comments written yet.

Please login to write comment.