Color Hex Logo

#bab18c Color Hex

#BAB18C
(186,177,140)
0 Favorites   0 Comments

Color spaces of #bab18c

RGB 186177140
HSL0.130.250.64
HSV48°25°73°
CMYK 0.000.050.25   0.27
XYZ40.705543.776831.1153
Yxy43.77680.35210.3787
Hunter Lab66.1640-5.970118.4322
CIE-Lab72.0791-2.766720.1254

#bab18c color RGB value is (186,177,140).

#bab18c hex color red value is 186, green value is 177 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #bab18c hue: 0.13 , saturation: 0.25 and the lightness value of bab18c is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110001 10001100
Octal 272 261 214
Decimal 186 177 140
Hex BA B1 8C

RGB Percentages of Color #bab18c

%36.98
%35.19
%27.83

CMYK Percentages of Color #bab18c

%0
%5
%25
%27

Triadic Colors of #bab18c

#bab18c #8cbab1 #b18cba

Analogous Colors of #bab18c

#bab18c #acba8c #ba9a8c

Monochromatic Colors of #bab18c

#bab18c

Complementary Color

#bab18c #8c95ba

#bab18c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab18c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab18c Color CSS Codes

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

#bab18c Text Font Color

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

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


#bab18c Background Color

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

This div background color is #bab18c


#bab18c Border Color

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

This div border color is #bab18c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab18c


Comments

No comments written yet.

Please login to write comment.