Color Hex Logo

#baad92 Color Hex

#BAAD92
(186,173,146)
0 Favorites   0 Comments

Color spaces of #baad92

RGB 186173146
HSL0.110.220.65
HSV41°22°73°
CMYK 0.000.070.22   0.27
XYZ40.381642.401633.2501
Yxy42.40160.34800.3654
Hunter Lab65.1165-3.258215.3066
CIE-Lab71.14690.248915.5719

#baad92 color RGB value is (186,173,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101101 10010010
Octal 272 255 222
Decimal 186 173 146
Hex BA AD 92

RGB Percentages of Color #baad92

%36.83
%34.26
%28.91

CMYK Percentages of Color #baad92

%0
%7
%22
%27

Triadic Colors of #baad92

#baad92 #92baad #ad92ba

Analogous Colors of #baad92

#baad92 #b3ba92 #ba9992

Monochromatic Colors of #baad92

#baad92

Complementary Color

#baad92 #929fba

#baad92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baad92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baad92 Color CSS Codes

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

#baad92 Text Font Color

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

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


#baad92 Background Color

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

This div background color is #baad92


#baad92 Border Color

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

This div border color is #baad92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baad92


Comments

No comments written yet.

Please login to write comment.