Color Hex Logo

#baaea2 Color Hex

#BAAEA2
(186,174,162)
0 Favorites   0 Comments

Color spaces of #baaea2

RGB 186174162
HSL0.080.150.68
HSV30°13°73°
CMYK 0.000.060.13   0.27
XYZ41.907343.319840.3352
Yxy43.31980.33380.3450
Hunter Lab65.8178-1.52719.7377
CIE-Lab71.77152.23227.6915

#baaea2 color RGB value is (186,174,162).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101110 10100010
Octal 272 256 242
Decimal 186 174 162
Hex BA AE A2

RGB Percentages of Color #baaea2

%35.63
%33.33
%31.03

CMYK Percentages of Color #baaea2

%0
%6
%13
%27

Triadic Colors of #baaea2

#baaea2 #a2baae #aea2ba

Analogous Colors of #baaea2

#baaea2 #babaa2 #baa2a2

Monochromatic Colors of #baaea2

#baaea2

Complementary Color

#baaea2 #a2aeba

#baaea2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaea2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaea2 Color CSS Codes

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

#baaea2 Text Font Color

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

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


#baaea2 Background Color

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

This div background color is #baaea2


#baaea2 Border Color

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

This div border color is #baaea2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaea2

#baaea2 Color Palettes


Comments

No comments written yet.

Please login to write comment.