Color Hex Logo

#bab064 Color Hex

#BAB064
(186,176,100)
1 Favorites   0 Comments

Color spaces of #bab064

RGB 186176100
HSL0.150.380.56
HSV53°46°73°
CMYK 0.000.050.46   0.27
XYZ38.075342.409918.2357
Yxy42.40990.38570.4296
Hunter Lab65.1229-9.601728.9836
CIE-Lab71.1526-7.072340.0202

#bab064 color RGB value is (186,176,100).

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

The process color (four color CMYK) of #bab064 color hex is 0.00, 0.05, 0.46, 0.27. Web safe color of #bab064 is #cc9966. Color #bab064 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110000 01100100
Octal 272 260 144
Decimal 186 176 100
Hex BA B0 64

RGB Percentages of Color #bab064

%40.26
%38.10
%21.65

CMYK Percentages of Color #bab064

%0
%5
%46
%27

Triadic Colors of #bab064

#bab064 #64bab0 #b064ba

Analogous Colors of #bab064

#bab064 #99ba64 #ba8564

Monochromatic Colors of #bab064

#bab064

Complementary Color

#bab064 #646eba

#bab064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab064 Color CSS Codes

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

#bab064 Text Font Color

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

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


#bab064 Background Color

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

This div background color is #bab064


#bab064 Border Color

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

This div border color is #bab064


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,176,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 #bab064">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab064


Comments

No comments written yet.

Please login to write comment.