Color Hex Logo

#baafa1 Color Hex

#BAAFA1
(186,175,161)
0 Favorites   0 Comments

Color spaces of #baafa1

RGB 186175161
HSL0.090.150.68
HSV34°13°73°
CMYK 0.000.060.13   0.27
XYZ42.012743.672339.9335
Yxy43.67230.33440.3477
Hunter Lab66.0850-2.169710.4321
CIE-Lab72.00891.52768.5793

#baafa1 color RGB value is (186,175,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101111 10100001
Octal 272 257 241
Decimal 186 175 161
Hex BA AF A1

RGB Percentages of Color #baafa1

%35.63
%33.52
%30.84

CMYK Percentages of Color #baafa1

%0
%6
%13
%27

Triadic Colors of #baafa1

#baafa1 #a1baaf #afa1ba

Analogous Colors of #baafa1

#baafa1 #b9baa1 #baa3a1

Monochromatic Colors of #baafa1

#baafa1

Complementary Color

#baafa1 #a1acba

#baafa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baafa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baafa1 Color CSS Codes

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

#baafa1 Text Font Color

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

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


#baafa1 Background Color

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

This div background color is #baafa1


#baafa1 Border Color

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

This div border color is #baafa1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baafa1


Comments

No comments written yet.

Please login to write comment.