Color Hex Logo

#bad38d Color Hex

#BAD38D
(186,211,141)
0 Favorites   0 Comments

Color spaces of #bad38d

RGB 186211141
HSL0.230.440.69
HSV81°33°83°
CMYK 0.120.000.33   0.17
XYZ48.351758.950734.0295
Yxy58.95070.34210.4171
Hunter Lab76.7794-21.953727.4675
CIE-Lab81.2645-20.101231.9718

#bad38d color RGB value is (186,211,141).

#bad38d hex color red value is 186, green value is 211 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bad38d hue: 0.23 , saturation: 0.44 and the lightness value of bad38d is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010011 10001101
Octal 272 323 215
Decimal 186 211 141
Hex BA D3 8D

RGB Percentages of Color #bad38d

%34.57
%39.22
%26.21

CMYK Percentages of Color #bad38d

%12
%0
%33
%17

Triadic Colors of #bad38d

#bad38d #8dbad3 #d38dba

Analogous Colors of #bad38d

#bad38d #97d38d #d3c98d

Monochromatic Colors of #bad38d

#bad38d

Complementary Color

#bad38d #a68dd3

#bad38d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad38d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad38d Color CSS Codes

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

#bad38d Text Font Color

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

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


#bad38d Background Color

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

This div background color is #bad38d


#bad38d Border Color

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

This div border color is #bad38d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad38d


Comments

No comments written yet.

Please login to write comment.