Color Hex Logo

#bad49f Color Hex

#BAD49F
(186,212,159)
0 Favorites   0 Comments

Color spaces of #bad49f

RGB 186212159
HSL0.250.380.73
HSV89°25°83°
CMYK 0.120.000.25   0.17
XYZ50.051260.029341.7497
Yxy60.02930.32970.3954
Hunter Lab77.4786-20.276422.2863
CIE-Lab81.8541-18.019923.4155

#bad49f color RGB value is (186,212,159).

#bad49f hex color red value is 186, green value is 212 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bad49f hue: 0.25 , saturation: 0.38 and the lightness value of bad49f is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010100 10011111
Octal 272 324 237
Decimal 186 212 159
Hex BA D4 9F

RGB Percentages of Color #bad49f

%33.39
%38.06
%28.55

CMYK Percentages of Color #bad49f

%12
%0
%25
%17

Triadic Colors of #bad49f

#bad49f #9fbad4 #d49fba

Analogous Colors of #bad49f

#bad49f #a0d49f #d4d49f

Monochromatic Colors of #bad49f

#bad49f

Complementary Color

#bad49f #b99fd4

#bad49f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad49f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad49f Color CSS Codes

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

#bad49f Text Font Color

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

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


#bad49f Background Color

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

This div background color is #bad49f


#bad49f Border Color

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

This div border color is #bad49f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad49f


Comments

No comments written yet.

Please login to write comment.