Color Hex Logo

#bab938 Color Hex

#BAB938
(186,185,56)
0 Favorites   0 Comments

Color spaces of #bab938

RGB 18618556
HSL0.170.540.47
HSV60°70°73°
CMYK 0.000.010.70   0.27
XYZ38.312545.422610.4895
Yxy45.42260.40660.4821
Hunter Lab67.3963-16.472337.9496
CIE-Lab73.1693-15.001062.0559

#bab938 color RGB value is (186,185,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111001 00111000
Octal 272 271 70
Decimal 186 185 56
Hex BA B9 38

RGB Percentages of Color #bab938

%43.56
%43.33
%13.11

CMYK Percentages of Color #bab938

%0
%1
%70
%27

Triadic Colors of #bab938

#bab938 #38bab9 #b938ba

Analogous Colors of #bab938

#bab938 #7aba38 #ba7838

Monochromatic Colors of #bab938

#bab938

Complementary Color

#bab938 #3839ba

#bab938 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab938 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab938 Color CSS Codes

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

#bab938 Text Font Color

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

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


#bab938 Background Color

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

This div background color is #bab938


#bab938 Border Color

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

This div border color is #bab938


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab938


Comments

No comments written yet.

Please login to write comment.