Color Hex Logo

#bab88e Color Hex

#BAB88E
(186,184,142)
0 Favorites   0 Comments

Color spaces of #bab88e

RGB 186184142
HSL0.160.240.64
HSV57°24°73°
CMYK 0.000.010.24   0.27
XYZ42.272746.673132.3720
Yxy46.67310.34840.3847
Hunter Lab68.3177-9.106219.7281
CIE-Lab73.9802-6.185121.6530

#bab88e color RGB value is (186,184,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111000 10001110
Octal 272 270 216
Decimal 186 184 142
Hex BA B8 8E

RGB Percentages of Color #bab88e

%36.33
%35.94
%27.73

CMYK Percentages of Color #bab88e

%0
%1
%24
%27

Triadic Colors of #bab88e

#bab88e #8ebab8 #b88eba

Analogous Colors of #bab88e

#bab88e #a6ba8e #baa28e

Monochromatic Colors of #bab88e

#bab88e

Complementary Color

#bab88e #8e90ba

#bab88e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab88e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab88e Color CSS Codes

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

#bab88e Text Font Color

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

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


#bab88e Background Color

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

This div background color is #bab88e


#bab88e Border Color

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

This div border color is #bab88e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab88e


Comments

No comments written yet.

Please login to write comment.