Color Hex Logo

#baa898 Color Hex

#BAA898
(186,168,152)
0 Favorites   0 Comments

Color spaces of #baa898

RGB 186168152
HSL0.080.200.66
HSV28°18°73°
CMYK 0.000.100.18   0.27
XYZ39.919840.711435.4598
Yxy40.71140.34390.3507
Hunter Lab63.80550.018611.7135
CIE-Lab69.97323.869510.6286

#baa898 color RGB value is (186,168,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101000 10011000
Octal 272 250 230
Decimal 186 168 152
Hex BA A8 98

RGB Percentages of Color #baa898

%36.76
%33.20
%30.04

CMYK Percentages of Color #baa898

%0
%10
%18
%27

Triadic Colors of #baa898

#baa898 #98baa8 #a898ba

Analogous Colors of #baa898

#baa898 #bab998 #ba9899

Monochromatic Colors of #baa898

#baa898

Complementary Color

#baa898 #98aaba

#baa898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa898 Color CSS Codes

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

#baa898 Text Font Color

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

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


#baa898 Background Color

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

This div background color is #baa898


#baa898 Border Color

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

This div border color is #baa898


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa898

#baa898 Color Palettes


Comments

No comments written yet.

Please login to write comment.