Color Hex Logo

#baafa3 Color Hex

#BAAFA3
(186,175,163)
0 Favorites   0 Comments

Color spaces of #baafa3

RGB 186175163
HSL0.090.140.68
HSV31°12°73°
CMYK 0.000.060.12   0.27
XYZ42.190543.743440.8700
Yxy43.74340.33270.3450
Hunter Lab66.1388-1.87629.6593
CIE-Lab72.05671.85847.5511

#baafa3 color RGB value is (186,175,163).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101111 10100011
Octal 272 257 243
Decimal 186 175 163
Hex BA AF A3

RGB Percentages of Color #baafa3

%35.50
%33.40
%31.11

CMYK Percentages of Color #baafa3

%0
%6
%12
%27

Triadic Colors of #baafa3

#baafa3 #a3baaf #afa3ba

Analogous Colors of #baafa3

#baafa3 #babaa3 #baa4a3

Monochromatic Colors of #baafa3

#baafa3

Complementary Color

#baafa3 #a3aeba

#baafa3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baafa3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baafa3 Color CSS Codes

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

#baafa3 Text Font Color

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

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


#baafa3 Background Color

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

This div background color is #baafa3


#baafa3 Border Color

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

This div border color is #baafa3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baafa3


Comments

No comments written yet.

Please login to write comment.