Color Hex Logo

#baad80 Color Hex

#BAAD80
(186,173,128)
0 Favorites   0 Comments

Color spaces of #baad80

RGB 186173128
HSL0.130.300.62
HSV47°31°73°
CMYK 0.000.070.31   0.27
XYZ39.089641.884826.4464
Yxy41.88480.36390.3899
Hunter Lab64.7185-5.444321.0748
CIE-Lab70.7914-2.271124.8545

#baad80 color RGB value is (186,173,128).

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

The process color (four color CMYK) of #baad80 color hex is 0.00, 0.07, 0.31, 0.27. Web safe color of #baad80 is #cc9999. Color #baad80 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101101 10000000
Octal 272 255 200
Decimal 186 173 128
Hex BA AD 80

RGB Percentages of Color #baad80

%38.19
%35.52
%26.28

CMYK Percentages of Color #baad80

%0
%7
%31
%27

Triadic Colors of #baad80

#baad80 #80baad #ad80ba

Analogous Colors of #baad80

#baad80 #aaba80 #ba9080

Monochromatic Colors of #baad80

#baad80

Complementary Color

#baad80 #808dba

#baad80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baad80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baad80 Color CSS Codes

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

#baad80 Text Font Color

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

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


#baad80 Background Color

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

This div background color is #baad80


#baad80 Border Color

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

This div border color is #baad80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baad80


Comments

No comments written yet.

Please login to write comment.