Color Hex Logo

#bab868 Color Hex

#BAB868
(186,184,104)
0 Favorites   0 Comments

Color spaces of #bab868

RGB 186184104
HSL0.160.370.57
HSV59°44°73°
CMYK 0.000.010.44   0.27
XYZ39.888945.719619.8191
Yxy45.71960.37840.4337
Hunter Lab67.6163-13.025929.9528
CIE-Lab73.3632-10.839140.7289

#bab868 color RGB value is (186,184,104).

#bab868 hex color red value is 186, green value is 184 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #bab868 hue: 0.16 , saturation: 0.37 and the lightness value of bab868 is 0.57.

The process color (four color CMYK) of #bab868 color hex is 0.00, 0.01, 0.44, 0.27. Web safe color of #bab868 is #cccc66. Color #bab868 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111000 01101000
Octal 272 270 150
Decimal 186 184 104
Hex BA B8 68

RGB Percentages of Color #bab868

%39.24
%38.82
%21.94

CMYK Percentages of Color #bab868

%0
%1
%44
%27

Triadic Colors of #bab868

#bab868 #68bab8 #b868ba

Analogous Colors of #bab868

#bab868 #93ba68 #ba8f68

Monochromatic Colors of #bab868

#bab868

Complementary Color

#bab868 #686aba

#bab868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab868 Color CSS Codes

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

#bab868 Text Font Color

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

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


#bab868 Background Color

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

This div background color is #bab868


#bab868 Border Color

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

This div border color is #bab868


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab868


Comments

No comments written yet.

Please login to write comment.