Color Hex Logo

#bab184 Color Hex

#BAB184
(186,177,132)
0 Favorites   0 Comments

Color spaces of #bab184

RGB 186177132
HSL0.140.280.62
HSV50°29°73°
CMYK 0.000.050.29   0.27
XYZ40.136743.549328.1202
Yxy43.54930.35900.3895
Hunter Lab65.9919-6.920920.9299
CIE-Lab71.9262-3.871624.2321

#bab184 color RGB value is (186,177,132).

#bab184 hex color red value is 186, green value is 177 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #bab184 hue: 0.14 , saturation: 0.28 and the lightness value of bab184 is 0.62.

The process color (four color CMYK) of #bab184 color hex is 0.00, 0.05, 0.29, 0.27. Web safe color of #bab184 is #cc9999. Color #bab184 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110001 10000100
Octal 272 261 204
Decimal 186 177 132
Hex BA B1 84

RGB Percentages of Color #bab184

%37.58
%35.76
%26.67

CMYK Percentages of Color #bab184

%0
%5
%29
%27

Triadic Colors of #bab184

#bab184 #84bab1 #b184ba

Analogous Colors of #bab184

#bab184 #a8ba84 #ba9684

Monochromatic Colors of #bab184

#bab184

Complementary Color

#bab184 #848dba

#bab184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab184 Color CSS Codes

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

#bab184 Text Font Color

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

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


#bab184 Background Color

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

This div background color is #bab184


#bab184 Border Color

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

This div border color is #bab184


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab184


Comments

No comments written yet.

Please login to write comment.