Color Hex Logo

#bad39b Color Hex

#BAD39B
(186,211,155)
0 Favorites   0 Comments

Color spaces of #bad39b

RGB 186211155
HSL0.240.390.72
HSV87°27°83°
CMYK 0.120.000.27   0.17
XYZ49.460459.394239.8677
Yxy59.39420.33260.3994
Hunter Lab77.0676-20.310823.2762
CIE-Lab81.5078-18.122225.0353

#bad39b color RGB value is (186,211,155).

#bad39b hex color red value is 186, green value is 211 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bad39b hue: 0.24 , saturation: 0.39 and the lightness value of bad39b is 0.72.

The process color (four color CMYK) of #bad39b color hex is 0.12, 0.00, 0.27, 0.17. Web safe color of #bad39b is #cccc99. Color #bad39b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010011 10011011
Octal 272 323 233
Decimal 186 211 155
Hex BA D3 9B

RGB Percentages of Color #bad39b

%33.70
%38.22
%28.08

CMYK Percentages of Color #bad39b

%12
%0
%27
%17

Triadic Colors of #bad39b

#bad39b #9bbad3 #d39bba

Analogous Colors of #bad39b

#bad39b #9ed39b #d3d09b

Monochromatic Colors of #bad39b

#bad39b

Complementary Color

#bad39b #b49bd3

#bad39b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad39b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad39b Color CSS Codes

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

#bad39b Text Font Color

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

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


#bad39b Background Color

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

This div background color is #bad39b


#bad39b Border Color

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

This div border color is #bad39b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad39b


Comments

No comments written yet.

Please login to write comment.