Color Hex Logo

#bab17f Color Hex

#BAB17F
(186,177,127)
0 Favorites   0 Comments

Color spaces of #bab17f

RGB 186177127
HSL0.140.300.61
HSV51°32°73°
CMYK 0.000.050.32   0.27
XYZ39.802643.415726.3609
Yxy43.41570.36320.3962
Hunter Lab65.8906-7.481822.4032
CIE-Lab71.8362-4.527426.7905

#bab17f color RGB value is (186,177,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110001 01111111
Octal 272 261 177
Decimal 186 177 127
Hex BA B1 7F

RGB Percentages of Color #bab17f

%37.96
%36.12
%25.92

CMYK Percentages of Color #bab17f

%0
%5
%32
%27

Triadic Colors of #bab17f

#bab17f #7fbab1 #b17fba

Analogous Colors of #bab17f

#bab17f #a6ba7f #ba947f

Monochromatic Colors of #bab17f

#bab17f

Complementary Color

#bab17f #7f88ba

#bab17f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab17f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab17f Color CSS Codes

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

#bab17f Text Font Color

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

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


#bab17f Background Color

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

This div background color is #bab17f


#bab17f Border Color

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

This div border color is #bab17f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab17f


Comments

No comments written yet.

Please login to write comment.