Color Hex Logo

#baad94 Color Hex

#BAAD94
(186,173,148)
0 Favorites   0 Comments

Color spaces of #baad94

RGB 186173148
HSL0.110.220.65
HSV39°20°73°
CMYK 0.000.070.20   0.27
XYZ40.538642.464434.0768
Yxy42.46440.34620.3627
Hunter Lab65.1647-2.994414.6106
CIE-Lab71.18990.550014.5390

#baad94 color RGB value is (186,173,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101101 10010100
Octal 272 255 224
Decimal 186 173 148
Hex BA AD 94

RGB Percentages of Color #baad94

%36.69
%34.12
%29.19

CMYK Percentages of Color #baad94

%0
%7
%20
%27

Triadic Colors of #baad94

#baad94 #94baad #ad94ba

Analogous Colors of #baad94

#baad94 #b4ba94 #ba9a94

Monochromatic Colors of #baad94

#baad94

Complementary Color

#baad94 #94a1ba

#baad94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baad94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baad94 Color CSS Codes

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

#baad94 Text Font Color

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

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


#baad94 Background Color

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

This div background color is #baad94


#baad94 Border Color

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

This div border color is #baad94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baad94

#baad94 Color Palettes


Comments

No comments written yet.

Please login to write comment.