Color Hex Logo

#baa398 Color Hex

#BAA398
(186,163,152)
0 Favorites   0 Comments

Color spaces of #baa398

RGB 186163152
HSL0.050.200.66
HSV19°18°73°
CMYK 0.000.120.18   0.27
XYZ39.014438.900535.1580
Yxy38.90050.34500.3440
Hunter Lab62.37032.508910.2375
CIE-Lab68.67916.59508.7888

#baa398 color RGB value is (186,163,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100011 10011000
Octal 272 243 230
Decimal 186 163 152
Hex BA A3 98

RGB Percentages of Color #baa398

%37.13
%32.53
%30.34

CMYK Percentages of Color #baa398

%0
%12
%18
%27

Triadic Colors of #baa398

#baa398 #98baa3 #a398ba

Analogous Colors of #baa398

#baa398 #bab498 #ba989e

Monochromatic Colors of #baa398

#baa398

Complementary Color

#baa398 #98afba

#baa398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa398 Color CSS Codes

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

#baa398 Text Font Color

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

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


#baa398 Background Color

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

This div background color is #baa398


#baa398 Border Color

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

This div border color is #baa398


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa398


Comments

No comments written yet.

Please login to write comment.