Color Hex Logo

#bab893 Color Hex

#BAB893
(186,184,147)
0 Favorites   0 Comments

Color spaces of #bab893

RGB 186184147
HSL0.160.220.65
HSV57°21°73°
CMYK 0.000.010.21   0.27
XYZ42.656646.826734.3940
Yxy46.82670.34430.3780
Hunter Lab68.4300-8.482718.1010
CIE-Lab74.0788-5.458319.0997

#bab893 color RGB value is (186,184,147).

#bab893 hex color red value is 186, green value is 184 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #bab893 hue: 0.16 , saturation: 0.22 and the lightness value of bab893 is 0.65.

The process color (four color CMYK) of #bab893 color hex is 0.00, 0.01, 0.21, 0.27. Web safe color of #bab893 is #cccc99. Color #bab893 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111000 10010011
Octal 272 270 223
Decimal 186 184 147
Hex BA B8 93

RGB Percentages of Color #bab893

%35.98
%35.59
%28.43

CMYK Percentages of Color #bab893

%0
%1
%21
%27

Triadic Colors of #bab893

#bab893 #93bab8 #b893ba

Analogous Colors of #bab893

#bab893 #a9ba93 #baa593

Monochromatic Colors of #bab893

#bab893

Complementary Color

#bab893 #9395ba

#bab893 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab893 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab893 Color CSS Codes

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

#bab893 Text Font Color

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

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


#bab893 Background Color

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

This div background color is #bab893


#bab893 Border Color

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

This div border color is #bab893


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab893


Comments

No comments written yet.

Please login to write comment.