Color Hex Logo

#bab935 Color Hex

#BAB935
(186,185,53)
0 Favorites   0 Comments

Color spaces of #bab935

RGB 18618553
HSL0.170.560.47
HSV60°72°73°
CMYK 0.000.010.72   0.27
XYZ38.241345.394110.1146
Yxy45.39410.40790.4842
Hunter Lab67.3751-16.592138.2618
CIE-Lab73.1506-15.149663.1293

#bab935 color RGB value is (186,185,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111001 00110101
Octal 272 271 65
Decimal 186 185 53
Hex BA B9 35

RGB Percentages of Color #bab935

%43.87
%43.63
%12.50

CMYK Percentages of Color #bab935

%0
%1
%72
%27

Triadic Colors of #bab935

#bab935 #35bab9 #b935ba

Analogous Colors of #bab935

#bab935 #79ba35 #ba7735

Monochromatic Colors of #bab935

#bab935

Complementary Color

#bab935 #3536ba

#bab935 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab935 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab935 Color CSS Codes

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

#bab935 Text Font Color

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

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


#bab935 Background Color

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

This div background color is #bab935


#bab935 Border Color

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

This div border color is #bab935


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab935


Comments

No comments written yet.

Please login to write comment.