Color Hex Logo

#bad59b Color Hex

#BAD59B
(186,213,155)
0 Favorites   0 Comments

Color spaces of #bad59b

RGB 186213155
HSL0.240.410.72
HSV88°27°84°
CMYK 0.130.000.27   0.16
XYZ49.960360.394240.0344
Yxy60.39420.33220.4016
Hunter Lab77.7137-21.245623.8562
CIE-Lab82.0520-19.117425.7744

#bad59b color RGB value is (186,213,155).

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

The process color (four color CMYK) of #bad59b color hex is 0.13, 0.00, 0.27, 0.16. Web safe color of #bad59b is #cccc99. Color #bad59b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010101 10011011
Octal 272 325 233
Decimal 186 213 155
Hex BA D5 9B

RGB Percentages of Color #bad59b

%33.57
%38.45
%27.98

CMYK Percentages of Color #bad59b

%13
%0
%27
%16

Triadic Colors of #bad59b

#bad59b #9bbad5 #d59bba

Analogous Colors of #bad59b

#bad59b #9dd59b #d5d39b

Monochromatic Colors of #bad59b

#bad59b

Complementary Color

#bad59b #b69bd5

#bad59b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad59b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad59b Color CSS Codes

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

#bad59b Text Font Color

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

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


#bad59b Background Color

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

This div background color is #bad59b


#bad59b Border Color

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

This div border color is #bad59b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,213,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 #bad59b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad59b


Comments

No comments written yet.

Please login to write comment.