Color Hex Logo

#baac98 Color Hex

#BAAC98
(186,172,152)
0 Favorites   0 Comments

Color spaces of #baac98

RGB 186172152
HSL0.100.200.66
HSV35°18°73°
CMYK 0.000.080.18   0.27
XYZ40.669742.211135.7098
Yxy42.21110.34290.3559
Hunter Lab64.9701-1.960912.8912
CIE-Lab71.01621.704012.1042

#baac98 color RGB value is (186,172,152).

#baac98 hex color red value is 186, green value is 172 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #baac98 hue: 0.10 , saturation: 0.20 and the lightness value of baac98 is 0.66.

The process color (four color CMYK) of #baac98 color hex is 0.00, 0.08, 0.18, 0.27. Web safe color of #baac98 is #cc9999. Color #baac98 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101100 10011000
Octal 272 254 230
Decimal 186 172 152
Hex BA AC 98

RGB Percentages of Color #baac98

%36.47
%33.73
%29.80

CMYK Percentages of Color #baac98

%0
%8
%18
%27

Triadic Colors of #baac98

#baac98 #98baac #ac98ba

Analogous Colors of #baac98

#baac98 #b7ba98 #ba9b98

Monochromatic Colors of #baac98

#baac98

Complementary Color

#baac98 #98a6ba

#baac98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baac98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baac98 Color CSS Codes

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

#baac98 Text Font Color

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

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


#baac98 Background Color

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

This div background color is #baac98


#baac98 Border Color

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

This div border color is #baac98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baac98


Comments

No comments written yet.

Please login to write comment.