Color Hex Logo

#baafa4 Color Hex

#BAAFA4
(186,175,164)
0 Favorites   0 Comments

Color spaces of #baafa4

RGB 186175164
HSL0.080.140.69
HSV30°12°73°
CMYK 0.000.060.12   0.27
XYZ42.280543.779441.3438
Yxy43.77940.33190.3436
Hunter Lab66.1660-1.72799.2689
CIE-Lab72.08082.02537.0374

#baafa4 color RGB value is (186,175,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101111 10100100
Octal 272 257 244
Decimal 186 175 164
Hex BA AF A4

RGB Percentages of Color #baafa4

%35.43
%33.33
%31.24

CMYK Percentages of Color #baafa4

%0
%6
%12
%27

Triadic Colors of #baafa4

#baafa4 #a4baaf #afa4ba

Analogous Colors of #baafa4

#baafa4 #babaa4 #baa4a4

Monochromatic Colors of #baafa4

#baafa4

Complementary Color

#baafa4 #a4afba

#baafa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baafa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baafa4 Color CSS Codes

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

#baafa4 Text Font Color

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

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


#baafa4 Background Color

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

This div background color is #baafa4


#baafa4 Border Color

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

This div border color is #baafa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baafa4


Comments

No comments written yet.

Please login to write comment.