Color Hex Logo

#babf7a Color Hex

#BABF7A
(186,191,122)
0 Favorites   0 Comments

Color spaces of #babf7a

RGB 186191122
HSL0.180.350.61
HSV64°36°75°
CMYK 0.030.000.36   0.25
XYZ42.393449.105825.6564
Yxy49.10580.36190.4192
Hunter Lab70.0755-14.645527.3453
CIE-Lab75.5171-12.446934.2573

#babf7a color RGB value is (186,191,122).

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

The process color (four color CMYK) of #babf7a color hex is 0.03, 0.00, 0.36, 0.25. Web safe color of #babf7a is #cccc66. Color #babf7a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111111 01111010
Octal 272 277 172
Decimal 186 191 122
Hex BA BF 7A

RGB Percentages of Color #babf7a

%37.27
%38.28
%24.45

CMYK Percentages of Color #babf7a

%3
%0
%36
%25

Triadic Colors of #babf7a

#babf7a #7ababf #bf7aba

Analogous Colors of #babf7a

#babf7a #98bf7a #bfa27a

Monochromatic Colors of #babf7a

#babf7a

Complementary Color

#babf7a #7f7abf

#babf7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babf7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#babf7a Color CSS Codes

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

#babf7a Text Font Color

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

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


#babf7a Background Color

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

This div background color is #babf7a


#babf7a Border Color

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

This div border color is #babf7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babf7a


Comments

No comments written yet.

Please login to write comment.