Color Hex Logo

#bad18d Color Hex

#BAD18D
(186,209,141)
0 Favorites   0 Comments

Color spaces of #bad18d

RGB 186209141
HSL0.220.430.69
HSV80°33°82°
CMYK 0.110.000.33   0.18
XYZ47.857957.963133.8649
Yxy57.96310.34260.4150
Hunter Lab76.1335-21.027626.9207
CIE-Lab80.7183-19.110231.2492

#bad18d color RGB value is (186,209,141).

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

The process color (four color CMYK) of #bad18d color hex is 0.11, 0.00, 0.33, 0.18. Web safe color of #bad18d is #cccc99. Color #bad18d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010001 10001101
Octal 272 321 215
Decimal 186 209 141
Hex BA D1 8D

RGB Percentages of Color #bad18d

%34.70
%38.99
%26.31

CMYK Percentages of Color #bad18d

%11
%0
%33
%18

Triadic Colors of #bad18d

#bad18d #8dbad1 #d18dba

Analogous Colors of #bad18d

#bad18d #98d18d #d1c68d

Monochromatic Colors of #bad18d

#bad18d

Complementary Color

#bad18d #a48dd1

#bad18d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad18d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad18d Color CSS Codes

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

#bad18d Text Font Color

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

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


#bad18d Background Color

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

This div background color is #bad18d


#bad18d Border Color

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

This div border color is #bad18d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad18d


Comments

No comments written yet.

Please login to write comment.