Color Hex Logo

#badb8a Color Hex

#BADB8A
(186,219,138)
0 Favorites   0 Comments

Color spaces of #badb8a

RGB 186219138
HSL0.230.530.70
HSV84°37°86°
CMYK 0.150.000.37   0.14
XYZ50.168762.937133.5487
Yxy62.93710.34210.4292
Hunter Lab79.3329-25.952430.4602
CIE-Lab83.4093-24.407536.3119

#badb8a color RGB value is (186,219,138).

#badb8a hex color red value is 186, green value is 219 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #badb8a hue: 0.23 , saturation: 0.53 and the lightness value of badb8a is 0.70.

The process color (four color CMYK) of #badb8a color hex is 0.15, 0.00, 0.37, 0.14. Web safe color of #badb8a is #cccc99. Color #badb8a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011011 10001010
Octal 272 333 212
Decimal 186 219 138
Hex BA DB 8A

RGB Percentages of Color #badb8a

%34.25
%40.33
%25.41

CMYK Percentages of Color #badb8a

%15
%0
%37
%14

Triadic Colors of #badb8a

#badb8a #8abadb #db8aba

Analogous Colors of #badb8a

#badb8a #92db8a #dbd48a

Monochromatic Colors of #badb8a

#badb8a

Complementary Color

#badb8a #ab8adb

#badb8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badb8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#badb8a Color CSS Codes

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

#badb8a Text Font Color

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

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


#badb8a Background Color

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

This div background color is #badb8a


#badb8a Border Color

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

This div border color is #badb8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badb8a


Comments

No comments written yet.

Please login to write comment.