Color Hex Logo

#bab974 Color Hex

#BAB974
(186,185,116)
0 Favorites   0 Comments

Color spaces of #bab974

RGB 186185116
HSL0.160.340.59
HSV59°38°73°
CMYK 0.000.010.38   0.27
XYZ40.751046.398023.3309
Yxy46.39800.36890.4200
Hunter Lab68.1161-12.414127.3734
CIE-Lab73.8030-10.057335.1531

#bab974 color RGB value is (186,185,116).

#bab974 hex color red value is 186, green value is 185 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #bab974 hue: 0.16 , saturation: 0.34 and the lightness value of bab974 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111001 01110100
Octal 272 271 164
Decimal 186 185 116
Hex BA B9 74

RGB Percentages of Color #bab974

%38.19
%37.99
%23.82

CMYK Percentages of Color #bab974

%0
%1
%38
%27

Triadic Colors of #bab974

#bab974 #74bab9 #b974ba

Analogous Colors of #bab974

#bab974 #98ba74 #ba9674

Monochromatic Colors of #bab974

#bab974

Complementary Color

#bab974 #7475ba

#bab974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab974 Color CSS Codes

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

#bab974 Text Font Color

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

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


#bab974 Background Color

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

This div background color is #bab974


#bab974 Border Color

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

This div border color is #bab974


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab974


Comments

No comments written yet.

Please login to write comment.