Color Hex Logo

#babfa9 Color Hex

#BABFA9
(186,191,169)
0 Favorites   0 Comments

Color spaces of #babfa9

RGB 186191169
HSL0.200.150.71
HSV74°12°75°
CMYK 0.030.000.12   0.25
XYZ46.041950.565344.8695
Yxy50.56530.32540.3574
Hunter Lab71.1093-8.865912.3649
CIE-Lab76.4149-5.657710.5050

#babfa9 color RGB value is (186,191,169).

#babfa9 hex color red value is 186, green value is 191 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #babfa9 hue: 0.20 , saturation: 0.15 and the lightness value of babfa9 is 0.71.

The process color (four color CMYK) of #babfa9 color hex is 0.03, 0.00, 0.12, 0.25. Web safe color of #babfa9 is #cccc99. Color #babfa9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111111 10101001
Octal 272 277 251
Decimal 186 191 169
Hex BA BF A9

RGB Percentages of Color #babfa9

%34.07
%34.98
%30.95

CMYK Percentages of Color #babfa9

%3
%0
%12
%25

Triadic Colors of #babfa9

#babfa9 #a9babf #bfa9ba

Analogous Colors of #babfa9

#babfa9 #afbfa9 #bfb9a9

Monochromatic Colors of #babfa9

#babfa9

Complementary Color

#babfa9 #aea9bf

#babfa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babfa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#babfa9 Color CSS Codes

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

#babfa9 Text Font Color

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

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


#babfa9 Background Color

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

This div background color is #babfa9


#babfa9 Border Color

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

This div border color is #babfa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babfa9


Comments

No comments written yet.

Please login to write comment.