Color Hex Logo

#baaea1 Color Hex

#BAAEA1
(186,174,161)
0 Favorites   0 Comments

Color spaces of #baaea1

RGB 186174161
HSL0.090.150.68
HSV31°13°73°
CMYK 0.000.060.13   0.27
XYZ41.818843.284439.8689
Yxy43.28440.33460.3464
Hunter Lab65.7909-1.673710.1242
CIE-Lab71.74762.06728.2059

#baaea1 color RGB value is (186,174,161).

#baaea1 hex color red value is 186, green value is 174 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #baaea1 hue: 0.09 , saturation: 0.15 and the lightness value of baaea1 is 0.68.

The process color (four color CMYK) of #baaea1 color hex is 0.00, 0.06, 0.13, 0.27. Web safe color of #baaea1 is #cc9999. Color #baaea1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101110 10100001
Octal 272 256 241
Decimal 186 174 161
Hex BA AE A1

RGB Percentages of Color #baaea1

%35.70
%33.40
%30.90

CMYK Percentages of Color #baaea1

%0
%6
%13
%27

Triadic Colors of #baaea1

#baaea1 #a1baae #aea1ba

Analogous Colors of #baaea1

#baaea1 #babaa1 #baa2a1

Monochromatic Colors of #baaea1

#baaea1

Complementary Color

#baaea1 #a1adba

#baaea1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaea1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaea1 Color CSS Codes

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

#baaea1 Text Font Color

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

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


#baaea1 Background Color

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

This div background color is #baaea1


#baaea1 Border Color

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

This div border color is #baaea1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaea1


Comments

No comments written yet.

Please login to write comment.