Color Hex Logo

#bab656 Color Hex

#BAB656
(186,182,86)
1 Favorites   0 Comments

Color spaces of #bab656

RGB 18618286
HSL0.160.420.53
HSV58°54°73°
CMYK 0.000.020.54   0.27
XYZ38.657444.566915.3689
Yxy44.56690.39210.4520
Hunter Lab66.7584-13.464433.0814
CIE-Lab72.6058-11.467148.6350

#bab656 color RGB value is (186,182,86).

#bab656 hex color red value is 186, green value is 182 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #bab656 hue: 0.16 , saturation: 0.42 and the lightness value of bab656 is 0.53.

The process color (four color CMYK) of #bab656 color hex is 0.00, 0.02, 0.54, 0.27. Web safe color of #bab656 is #cccc66. Color #bab656 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110110 01010110
Octal 272 266 126
Decimal 186 182 86
Hex BA B6 56

RGB Percentages of Color #bab656

%40.97
%40.09
%18.94

CMYK Percentages of Color #bab656

%0
%2
%54
%27

Triadic Colors of #bab656

#bab656 #56bab6 #b656ba

Analogous Colors of #bab656

#bab656 #8cba56 #ba8456

Monochromatic Colors of #bab656

#bab656

Complementary Color

#bab656 #565aba

#bab656 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab656 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab656 Color CSS Codes

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

#bab656 Text Font Color

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

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


#bab656 Background Color

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

This div background color is #bab656


#bab656 Border Color

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

This div border color is #bab656


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab656


Comments

No comments written yet.

Please login to write comment.