Color Hex Logo

#baad91 Color Hex

#BAAD91
(186,173,145)
0 Favorites   0 Comments

Color spaces of #baad91

RGB 186173145
HSL0.110.230.65
HSV41°22°73°
CMYK 0.000.070.22   0.27
XYZ40.304142.370632.8421
Yxy42.37060.34890.3668
Hunter Lab65.0927-3.388615.6505
CIE-Lab71.12570.099816.0884

#baad91 color RGB value is (186,173,145).

#baad91 hex color red value is 186, green value is 173 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #baad91 hue: 0.11 , saturation: 0.23 and the lightness value of baad91 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101101 10010001
Octal 272 255 221
Decimal 186 173 145
Hex BA AD 91

RGB Percentages of Color #baad91

%36.90
%34.33
%28.77

CMYK Percentages of Color #baad91

%0
%7
%22
%27

Triadic Colors of #baad91

#baad91 #91baad #ad91ba

Analogous Colors of #baad91

#baad91 #b3ba91 #ba9991

Monochromatic Colors of #baad91

#baad91

Complementary Color

#baad91 #919eba

#baad91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baad91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baad91 Color CSS Codes

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

#baad91 Text Font Color

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

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


#baad91 Background Color

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

This div background color is #baad91


#baad91 Border Color

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

This div border color is #baad91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baad91


Comments

No comments written yet.

Please login to write comment.