Color Hex Logo

#babfa2 Color Hex

#BABFA2
(186,191,162)
0 Favorites   0 Comments

Color spaces of #babfa2

RGB 186191162
HSL0.200.180.69
HSV70°15°75°
CMYK 0.030.000.15   0.25
XYZ45.402150.309341.5001
Yxy50.30930.33090.3667
Hunter Lab70.9290-9.866914.9602
CIE-Lab76.2587-6.811714.0584

#babfa2 color RGB value is (186,191,162).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111111 10100010
Octal 272 277 242
Decimal 186 191 162
Hex BA BF A2

RGB Percentages of Color #babfa2

%34.51
%35.44
%30.06

CMYK Percentages of Color #babfa2

%3
%0
%15
%25

Triadic Colors of #babfa2

#babfa2 #a2babf #bfa2ba

Analogous Colors of #babfa2

#babfa2 #acbfa2 #bfb6a2

Monochromatic Colors of #babfa2

#babfa2

Complementary Color

#babfa2 #a7a2bf

#babfa2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babfa2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#babfa2 Color CSS Codes

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

#babfa2 Text Font Color

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

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


#babfa2 Background Color

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

This div background color is #babfa2


#babfa2 Border Color

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

This div border color is #babfa2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babfa2


Comments

No comments written yet.

Please login to write comment.