Color Hex Logo

#bab07f Color Hex

#BAB07F
(186,176,127)
0 Favorites   0 Comments

Color spaces of #bab07f

RGB 186176127
HSL0.140.300.61
HSV50°32°73°
CMYK 0.000.050.32   0.27
XYZ39.605843.022126.2953
Yxy43.02210.36360.3950
Hunter Lab65.5912-7.001422.1447
CIE-Lab71.5700-3.997326.4349

#bab07f color RGB value is (186,176,127).

#bab07f hex color red value is 186, green value is 176 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bab07f hue: 0.14 , saturation: 0.30 and the lightness value of bab07f is 0.61.

The process color (four color CMYK) of #bab07f color hex is 0.00, 0.05, 0.32, 0.27. Web safe color of #bab07f is #cc9966. Color #bab07f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110000 01111111
Octal 272 260 177
Decimal 186 176 127
Hex BA B0 7F

RGB Percentages of Color #bab07f

%38.04
%35.99
%25.97

CMYK Percentages of Color #bab07f

%0
%5
%32
%27

Triadic Colors of #bab07f

#bab07f #7fbab0 #b07fba

Analogous Colors of #bab07f

#bab07f #a7ba7f #ba937f

Monochromatic Colors of #bab07f

#bab07f

Complementary Color

#bab07f #7f89ba

#bab07f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab07f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab07f Color CSS Codes

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

#bab07f Text Font Color

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

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


#bab07f Background Color

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

This div background color is #bab07f


#bab07f Border Color

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

This div border color is #bab07f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab07f


Comments

No comments written yet.

Please login to write comment.