Color Hex Logo

#bad596 Color Hex

#BAD596
(186,213,150)
0 Favorites   0 Comments

Color spaces of #bad596

RGB 186213150
HSL0.240.430.71
HSV86°30°84°
CMYK 0.130.000.30   0.16
XYZ49.549060.229637.8681
Yxy60.22960.33560.4079
Hunter Lab77.6077-21.849425.3953
CIE-Lab81.9628-19.843528.2531

#bad596 color RGB value is (186,213,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010101 10010110
Octal 272 325 226
Decimal 186 213 150
Hex BA D5 96

RGB Percentages of Color #bad596

%33.88
%38.80
%27.32

CMYK Percentages of Color #bad596

%13
%0
%30
%16

Triadic Colors of #bad596

#bad596 #96bad5 #d596ba

Analogous Colors of #bad596

#bad596 #9bd596 #d5d196

Monochromatic Colors of #bad596

#bad596

Complementary Color

#bad596 #b196d5

#bad596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad596 Color CSS Codes

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

#bad596 Text Font Color

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

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


#bad596 Background Color

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

This div background color is #bad596


#bad596 Border Color

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

This div border color is #bad596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad596


Comments

No comments written yet.

Please login to write comment.