Color Hex Logo

#baad7d Color Hex

#BAAD7D
(186,173,125)
0 Favorites   0 Comments

Color spaces of #baad7d

RGB 186173125
HSL0.130.310.61
HSV47°33°73°
CMYK 0.000.070.33   0.27
XYZ38.894941.806925.4216
Yxy41.80690.36650.3939
Hunter Lab64.6583-5.776021.9498
CIE-Lab70.7376-2.657426.3948

#baad7d color RGB value is (186,173,125).

#baad7d hex color red value is 186, green value is 173 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #baad7d hue: 0.13 , saturation: 0.31 and the lightness value of baad7d is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101101 01111101
Octal 272 255 175
Decimal 186 173 125
Hex BA AD 7D

RGB Percentages of Color #baad7d

%38.43
%35.74
%25.83

CMYK Percentages of Color #baad7d

%0
%7
%33
%27

Triadic Colors of #baad7d

#baad7d #7dbaad #ad7dba

Analogous Colors of #baad7d

#baad7d #a9ba7d #ba8f7d

Monochromatic Colors of #baad7d

#baad7d

Complementary Color

#baad7d #7d8aba

#baad7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baad7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#baad7d Color CSS Codes

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

#baad7d Text Font Color

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

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


#baad7d Background Color

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

This div background color is #baad7d


#baad7d Border Color

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

This div border color is #baad7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baad7d


Comments

No comments written yet.

Please login to write comment.