Color Hex Logo

#bab38c Color Hex

#BAB38C
(186,179,140)
0 Favorites   0 Comments

Color spaces of #bab38c

RGB 186179140
HSL0.140.250.64
HSV51°25°73°
CMYK 0.000.040.25   0.27
XYZ41.103444.572831.2480
Yxy44.57280.35150.3812
Hunter Lab66.7629-6.939218.9836
CIE-Lab72.6097-3.829920.8533

#bab38c color RGB value is (186,179,140).

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

The process color (four color CMYK) of #bab38c color hex is 0.00, 0.04, 0.25, 0.27. Web safe color of #bab38c is #cccc99. Color #bab38c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110011 10001100
Octal 272 263 214
Decimal 186 179 140
Hex BA B3 8C

RGB Percentages of Color #bab38c

%36.83
%35.45
%27.72

CMYK Percentages of Color #bab38c

%0
%4
%25
%27

Triadic Colors of #bab38c

#bab38c #8cbab3 #b38cba

Analogous Colors of #bab38c

#bab38c #aaba8c #ba9c8c

Monochromatic Colors of #bab38c

#bab38c

Complementary Color

#bab38c #8c93ba

#bab38c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab38c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab38c Color CSS Codes

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

#bab38c Text Font Color

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

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


#bab38c Background Color

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

This div background color is #bab38c


#bab38c Border Color

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

This div border color is #bab38c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab38c


Comments

No comments written yet.

Please login to write comment.