Color Hex Logo

#bab956 Color Hex

#BAB956
(186,185,86)
0 Favorites   0 Comments

Color spaces of #bab956

RGB 18618586
HSL0.170.420.53
HSV59°54°73°
CMYK 0.000.010.54   0.27
XYZ39.278445.808915.5759
Yxy45.80890.39020.4551
Hunter Lab67.6823-14.854233.7330
CIE-Lab73.4214-13.009449.5757

#bab956 color RGB value is (186,185,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111001 01010110
Octal 272 271 126
Decimal 186 185 86
Hex BA B9 56

RGB Percentages of Color #bab956

%40.70
%40.48
%18.82

CMYK Percentages of Color #bab956

%0
%1
%54
%27

Triadic Colors of #bab956

#bab956 #56bab9 #b956ba

Analogous Colors of #bab956

#bab956 #89ba56 #ba8756

Monochromatic Colors of #bab956

#bab956

Complementary Color

#bab956 #5657ba

#bab956 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab956 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab956 Color CSS Codes

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

#bab956 Text Font Color

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

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


#bab956 Background Color

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

This div background color is #bab956


#bab956 Border Color

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

This div border color is #bab956


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab956


Comments

No comments written yet.

Please login to write comment.