Color Hex Logo

#bab355 Color Hex

#BAB355
(186,179,85)
0 Favorites   0 Comments

Color spaces of #bab355

RGB 18617985
HSL0.160.420.53
HSV56°54°73°
CMYK 0.000.040.54   0.27
XYZ38.009543.335214.9555
Yxy43.33520.39470.4500
Hunter Lab65.8295-12.136932.6108
CIE-Lab71.7819-9.997148.1567

#bab355 color RGB value is (186,179,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110011 01010101
Octal 272 263 125
Decimal 186 179 85
Hex BA B3 55

RGB Percentages of Color #bab355

%41.33
%39.78
%18.89

CMYK Percentages of Color #bab355

%0
%4
%54
%27

Triadic Colors of #bab355

#bab355 #55bab3 #b355ba

Analogous Colors of #bab355

#bab355 #8fba55 #ba8155

Monochromatic Colors of #bab355

#bab355

Complementary Color

#bab355 #555cba

#bab355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab355 Color CSS Codes

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

#bab355 Text Font Color

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

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


#bab355 Background Color

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

This div background color is #bab355


#bab355 Border Color

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

This div border color is #bab355


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,179,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 #bab355">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab355


Comments

No comments written yet.

Please login to write comment.