Color Hex Logo

#bab482 Color Hex

#BAB482
(186,180,130)
0 Favorites   0 Comments

Color spaces of #bab482

RGB 186180130
HSL0.150.290.62
HSV54°30°73°
CMYK 0.000.030.30   0.27
XYZ40.600244.693327.6059
Yxy44.69330.35960.3959
Hunter Lab66.8530-8.588922.3143
CIE-Lab72.6895-5.723126.3294

#bab482 color RGB value is (186,180,130).

#bab482 hex color red value is 186, green value is 180 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #bab482 hue: 0.15 , saturation: 0.29 and the lightness value of bab482 is 0.62.

The process color (four color CMYK) of #bab482 color hex is 0.00, 0.03, 0.30, 0.27. Web safe color of #bab482 is #cccc99. Color #bab482 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110100 10000010
Octal 272 264 202
Decimal 186 180 130
Hex BA B4 82

RGB Percentages of Color #bab482

%37.50
%36.29
%26.21

CMYK Percentages of Color #bab482

%0
%3
%30
%27

Triadic Colors of #bab482

#bab482 #82bab4 #b482ba

Analogous Colors of #bab482

#bab482 #a4ba82 #ba9882

Monochromatic Colors of #bab482

#bab482

Complementary Color

#bab482 #8288ba

#bab482 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab482 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab482 Color CSS Codes

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

#bab482 Text Font Color

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

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


#bab482 Background Color

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

This div background color is #bab482


#bab482 Border Color

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

This div border color is #bab482


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab482


Comments

No comments written yet.

Please login to write comment.