Color Hex Logo

#badb8b Color Hex

#BADB8B
(186,219,139)
0 Favorites   0 Comments

Color spaces of #badb8b

RGB 186219139
HSL0.240.530.70
HSV85°37°86°
CMYK 0.150.000.37   0.14
XYZ50.241462.966233.9318
Yxy62.96620.34150.4279
Hunter Lab79.3512-25.847030.1926
CIE-Lab83.4246-24.278435.8261

#badb8b color RGB value is (186,219,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011011 10001011
Octal 272 333 213
Decimal 186 219 139
Hex BA DB 8B

RGB Percentages of Color #badb8b

%34.19
%40.26
%25.55

CMYK Percentages of Color #badb8b

%15
%0
%37
%14

Triadic Colors of #badb8b

#badb8b #8bbadb #db8bba

Analogous Colors of #badb8b

#badb8b #92db8b #dbd48b

Monochromatic Colors of #badb8b

#badb8b

Complementary Color

#badb8b #ac8bdb

#badb8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badb8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#badb8b Color CSS Codes

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

#badb8b Text Font Color

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

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


#badb8b Background Color

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

This div background color is #badb8b


#badb8b Border Color

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

This div border color is #badb8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badb8b


Comments

No comments written yet.

Please login to write comment.