Color Hex Logo

#bab555 Color Hex

#BAB555
(186,181,85)
0 Favorites   0 Comments

Color spaces of #bab555

RGB 18618185
HSL0.160.420.53
HSV57°54°73°
CMYK 0.000.030.54   0.27
XYZ38.413344.142715.0901
Yxy44.14270.39340.4521
Hunter Lab66.4400-13.067433.0418
CIE-Lab72.3238-11.032948.7823

#bab555 color RGB value is (186,181,85).

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

The process color (four color CMYK) of #bab555 color hex is 0.00, 0.03, 0.54, 0.27. Web safe color of #bab555 is #cccc66. Color #bab555 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110101 01010101
Octal 272 265 125
Decimal 186 181 85
Hex BA B5 55

RGB Percentages of Color #bab555

%41.15
%40.04
%18.81

CMYK Percentages of Color #bab555

%0
%3
%54
%27

Triadic Colors of #bab555

#bab555 #55bab5 #b555ba

Analogous Colors of #bab555

#bab555 #8dba55 #ba8355

Monochromatic Colors of #bab555

#bab555

Complementary Color

#bab555 #555aba

#bab555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab555 Color CSS Codes

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

#bab555 Text Font Color

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

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


#bab555 Background Color

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

This div background color is #bab555


#bab555 Border Color

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

This div border color is #bab555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab555


Comments

No comments written yet.

Please login to write comment.