Color Hex Logo

#badb9f Color Hex

#BADB9F
(186,219,159)
0 Favorites   0 Comments

Color spaces of #badb9f

RGB 186219159
HSL0.260.450.74
HSV93°27°86°
CMYK 0.150.000.27   0.14
XYZ51.839263.605342.3457
Yxy63.60530.32850.4031
Hunter Lab79.7529-23.543124.3464
CIE-Lab83.7598-21.482526.0131

#badb9f color RGB value is (186,219,159).

#badb9f hex color red value is 186, green value is 219 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #badb9f hue: 0.26 , saturation: 0.45 and the lightness value of badb9f is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011011 10011111
Octal 272 333 237
Decimal 186 219 159
Hex BA DB 9F

RGB Percentages of Color #badb9f

%32.98
%38.83
%28.19

CMYK Percentages of Color #badb9f

%15
%0
%27
%14

Triadic Colors of #badb9f

#badb9f #9fbadb #db9fba

Analogous Colors of #badb9f

#badb9f #9fdba2 #d8db9f

Monochromatic Colors of #badb9f

#badb9f

Complementary Color

#badb9f #c09fdb

#badb9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badb9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#badb9f Color CSS Codes

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

#badb9f Text Font Color

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

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


#badb9f Background Color

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

This div background color is #badb9f


#badb9f Border Color

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

This div border color is #badb9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badb9f


Comments

No comments written yet.

Please login to write comment.