Color Hex Logo

#baa498 Color Hex

#BAA498
(186,164,152)
0 Favorites   0 Comments

Color spaces of #baa498

RGB 186164152
HSL0.060.200.66
HSV21°18°73°
CMYK 0.000.120.18   0.27
XYZ39.192739.257035.2175
Yxy39.25700.34480.3454
Hunter Lab62.65542.009810.5329
CIE-Lab68.93706.04869.1561

#baa498 color RGB value is (186,164,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100100 10011000
Octal 272 244 230
Decimal 186 164 152
Hex BA A4 98

RGB Percentages of Color #baa498

%37.05
%32.67
%30.28

CMYK Percentages of Color #baa498

%0
%12
%18
%27

Triadic Colors of #baa498

#baa498 #98baa4 #a498ba

Analogous Colors of #baa498

#baa498 #bab598 #ba989d

Monochromatic Colors of #baa498

#baa498

Complementary Color

#baa498 #98aeba

#baa498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa498 Color CSS Codes

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

#baa498 Text Font Color

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

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


#baa498 Background Color

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

This div background color is #baa498


#baa498 Border Color

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

This div border color is #baa498


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,164,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 #baa498">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa498


Comments

No comments written yet.

Please login to write comment.