Color Hex Logo

#baad57 Color Hex

#BAAD57
(186,173,87)
0 Favorites   0 Comments

Color spaces of #baad57

RGB 18617387
HSL0.140.420.54
HSV52°53°73°
CMYK 0.000.070.53   0.27
XYZ36.913641.014414.9878
Yxy41.01440.39730.4414
Hunter Lab64.0425-9.188330.9542
CIE-Lab70.1860-6.693245.3309

#baad57 color RGB value is (186,173,87).

#baad57 hex color red value is 186, green value is 173 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #baad57 hue: 0.14 , saturation: 0.42 and the lightness value of baad57 is 0.54.

The process color (four color CMYK) of #baad57 color hex is 0.00, 0.07, 0.53, 0.27. Web safe color of #baad57 is #cc9966. Color #baad57 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101101 01010111
Octal 272 255 127
Decimal 186 173 87
Hex BA AD 57

RGB Percentages of Color #baad57

%41.70
%38.79
%19.51

CMYK Percentages of Color #baad57

%0
%7
%53
%27

Triadic Colors of #baad57

#baad57 #57baad #ad57ba

Analogous Colors of #baad57

#baad57 #96ba57 #ba7c57

Monochromatic Colors of #baad57

#baad57

Complementary Color

#baad57 #5764ba

#baad57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baad57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baad57 Color CSS Codes

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

#baad57 Text Font Color

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

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


#baad57 Background Color

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

This div background color is #baad57


#baad57 Border Color

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

This div border color is #baad57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baad57


Comments

No comments written yet.

Please login to write comment.