Color Hex Logo

#bab953 Color Hex

#BAB953
(186,185,83)
0 Favorites   0 Comments

Color spaces of #bab953

RGB 18618583
HSL0.170.430.53
HSV59°55°73°
CMYK 0.000.010.55   0.27
XYZ39.160045.761614.9525
Yxy45.76160.39210.4582
Hunter Lab67.6473-15.051934.2479
CIE-Lab73.3906-13.251250.9372

#bab953 color RGB value is (186,185,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111001 01010011
Octal 272 271 123
Decimal 186 185 83
Hex BA B9 53

RGB Percentages of Color #bab953

%40.97
%40.75
%18.28

CMYK Percentages of Color #bab953

%0
%1
%55
%27

Triadic Colors of #bab953

#bab953 #53bab9 #b953ba

Analogous Colors of #bab953

#bab953 #88ba53 #ba8653

Monochromatic Colors of #bab953

#bab953

Complementary Color

#bab953 #5354ba

#bab953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab953 Color CSS Codes

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

#bab953 Text Font Color

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

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


#bab953 Background Color

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

This div background color is #bab953


#bab953 Border Color

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

This div border color is #bab953


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab953


Comments

No comments written yet.

Please login to write comment.