Color Hex Logo

#baa390 Color Hex

#BAA390
(186,163,144)
0 Favorites   0 Comments

Color spaces of #baa390

RGB 186163144
HSL0.080.230.65
HSV27°23°73°
CMYK 0.000.120.23   0.27
XYZ38.380938.647131.8223
Yxy38.64710.35260.3550
Hunter Lab62.16681.411513.1670
CIE-Lab68.49495.367112.9555

#baa390 color RGB value is (186,163,144).

#baa390 hex color red value is 186, green value is 163 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #baa390 hue: 0.08 , saturation: 0.23 and the lightness value of baa390 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100011 10010000
Octal 272 243 220
Decimal 186 163 144
Hex BA A3 90

RGB Percentages of Color #baa390

%37.73
%33.06
%29.21

CMYK Percentages of Color #baa390

%0
%12
%23
%27

Triadic Colors of #baa390

#baa390 #90baa3 #a390ba

Analogous Colors of #baa390

#baa390 #bab890 #ba9092

Monochromatic Colors of #baa390

#baa390

Complementary Color

#baa390 #90a7ba

#baa390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa390 Color CSS Codes

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

#baa390 Text Font Color

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

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


#baa390 Background Color

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

This div background color is #baa390


#baa390 Border Color

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

This div border color is #baa390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa390


Comments

No comments written yet.

Please login to write comment.