Color Hex Logo

#bab38f Color Hex

#BAB38F
(186,179,143)
0 Favorites   0 Comments

Color spaces of #bab38f

RGB 186179143
HSL0.140.240.65
HSV50°23°73°
CMYK 0.000.040.23   0.27
XYZ41.327744.662532.4291
Yxy44.66250.34900.3772
Hunter Lab66.8300-6.568118.0107
CIE-Lab72.6691-3.399419.3141

#bab38f color RGB value is (186,179,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110011 10001111
Octal 272 263 217
Decimal 186 179 143
Hex BA B3 8F

RGB Percentages of Color #bab38f

%36.61
%35.24
%28.15

CMYK Percentages of Color #bab38f

%0
%4
%23
%27

Triadic Colors of #bab38f

#bab38f #8fbab3 #b38fba

Analogous Colors of #bab38f

#bab38f #acba8f #ba9e8f

Monochromatic Colors of #bab38f

#bab38f

Complementary Color

#bab38f #8f96ba

#bab38f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab38f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab38f Color CSS Codes

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

#bab38f Text Font Color

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

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


#bab38f Background Color

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

This div background color is #bab38f


#bab38f Border Color

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

This div border color is #bab38f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab38f


Comments

No comments written yet.

Please login to write comment.