Color Hex Logo

#bab69b Color Hex

#BAB69B
(186,182,155)
0 Favorites   0 Comments

Color spaces of #bab69b

RGB 186182155
HSL0.150.180.67
HSV52°17°73°
CMYK 0.000.020.17   0.27
XYZ42.894046.261637.6790
Yxy46.26160.33820.3647
Hunter Lab68.0159-6.457314.7660
CIE-Lab73.7150-3.181214.2672

#bab69b color RGB value is (186,182,155).

#bab69b hex color red value is 186, green value is 182 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bab69b hue: 0.15 , saturation: 0.18 and the lightness value of bab69b is 0.67.

The process color (four color CMYK) of #bab69b color hex is 0.00, 0.02, 0.17, 0.27. Web safe color of #bab69b is #cccc99. Color #bab69b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110110 10011011
Octal 272 266 233
Decimal 186 182 155
Hex BA B6 9B

RGB Percentages of Color #bab69b

%35.56
%34.80
%29.64

CMYK Percentages of Color #bab69b

%0
%2
%17
%27

Triadic Colors of #bab69b

#bab69b #9bbab6 #b69bba

Analogous Colors of #bab69b

#bab69b #afba9b #baa79b

Monochromatic Colors of #bab69b

#bab69b

Complementary Color

#bab69b #9b9fba

#bab69b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab69b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab69b Color CSS Codes

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

#bab69b Text Font Color

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

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


#bab69b Background Color

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

This div background color is #bab69b


#bab69b Border Color

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

This div border color is #bab69b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab69b


Comments

No comments written yet.

Please login to write comment.