Color Hex Logo

#bab839 Color Hex

#BAB839
(186,184,57)
0 Favorites   0 Comments

Color spaces of #bab839

RGB 18618457
HSL0.160.530.48
HSV59°69°73°
CMYK 0.000.010.69   0.27
XYZ38.128745.015510.5502
Yxy45.01550.40690.4805
Hunter Lab67.0936-15.973837.6424
CIE-Lab72.9021-14.440961.4187

#bab839 color RGB value is (186,184,57).

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

The process color (four color CMYK) of #bab839 color hex is 0.00, 0.01, 0.69, 0.27. Web safe color of #bab839 is #cccc33. Color #bab839 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111000 00111001
Octal 272 270 71
Decimal 186 184 57
Hex BA B8 39

RGB Percentages of Color #bab839

%43.56
%43.09
%13.35

CMYK Percentages of Color #bab839

%0
%1
%69
%27

Triadic Colors of #bab839

#bab839 #39bab8 #b839ba

Analogous Colors of #bab839

#bab839 #7cba39 #ba7839

Monochromatic Colors of #bab839

#bab839

Complementary Color

#bab839 #393bba

#bab839 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab839 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab839 Color CSS Codes

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

#bab839 Text Font Color

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

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


#bab839 Background Color

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

This div background color is #bab839


#bab839 Border Color

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

This div border color is #bab839


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab839


Comments

No comments written yet.

Please login to write comment.