Color Hex Logo

#bab48e Color Hex

#BAB48E
(186,180,142)
0 Favorites   0 Comments

Color spaces of #bab48e

RGB 186180142
HSL0.140.240.64
HSV52°24°73°
CMYK 0.000.030.24   0.27
XYZ41.453445.034632.0989
Yxy45.03460.34960.3798
Hunter Lab67.1078-7.176918.6160
CIE-Lab72.9147-4.074220.1924

#bab48e color RGB value is (186,180,142).

#bab48e hex color red value is 186, green value is 180 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bab48e hue: 0.14 , saturation: 0.24 and the lightness value of bab48e is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110100 10001110
Octal 272 264 216
Decimal 186 180 142
Hex BA B4 8E

RGB Percentages of Color #bab48e

%36.61
%35.43
%27.95

CMYK Percentages of Color #bab48e

%0
%3
%24
%27

Triadic Colors of #bab48e

#bab48e #8ebab4 #b48eba

Analogous Colors of #bab48e

#bab48e #aaba8e #ba9e8e

Monochromatic Colors of #bab48e

#bab48e

Complementary Color

#bab48e #8e94ba

#bab48e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab48e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab48e Color CSS Codes

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

#bab48e Text Font Color

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

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


#bab48e Background Color

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

This div background color is #bab48e


#bab48e Border Color

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

This div border color is #bab48e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab48e


Comments

No comments written yet.

Please login to write comment.