Color Hex Logo

#bad49d Color Hex

#BAD49D
(186,212,157)
0 Favorites   0 Comments

Color spaces of #bad49d

RGB 186212157
HSL0.250.390.72
HSV88°26°83°
CMYK 0.120.000.26   0.17
XYZ49.879059.960440.8429
Yxy59.96040.33100.3979
Hunter Lab77.4341-20.529322.9311
CIE-Lab81.8167-18.322124.4106

#bad49d color RGB value is (186,212,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010100 10011101
Octal 272 324 235
Decimal 186 212 157
Hex BA D4 9D

RGB Percentages of Color #bad49d

%33.51
%38.20
%28.29

CMYK Percentages of Color #bad49d

%12
%0
%26
%17

Triadic Colors of #bad49d

#bad49d #9dbad4 #d49dba

Analogous Colors of #bad49d

#bad49d #9fd49d #d4d39d

Monochromatic Colors of #bad49d

#bad49d

Complementary Color

#bad49d #b79dd4

#bad49d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad49d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad49d Color CSS Codes

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

#bad49d Text Font Color

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

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


#bad49d Background Color

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

This div background color is #bad49d


#bad49d Border Color

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

This div border color is #bad49d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad49d


Comments

No comments written yet.

Please login to write comment.