Color Hex Logo

#bad98d Color Hex

#BAD98D
(186,217,141)
0 Favorites   0 Comments

Color spaces of #bad98d

RGB 186217141
HSL0.230.500.70
HSV84°35°85°
CMYK 0.140.000.35   0.15
XYZ49.870361.987934.5357
Yxy61.98790.34070.4234
Hunter Lab78.7324-24.717129.1053
CIE-Lab82.9070-23.045234.1340

#bad98d color RGB value is (186,217,141).

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

The process color (four color CMYK) of #bad98d color hex is 0.14, 0.00, 0.35, 0.15. Web safe color of #bad98d is #cccc99. Color #bad98d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011001 10001101
Octal 272 331 215
Decimal 186 217 141
Hex BA D9 8D

RGB Percentages of Color #bad98d

%34.19
%39.89
%25.92

CMYK Percentages of Color #bad98d

%14
%0
%35
%15

Triadic Colors of #bad98d

#bad98d #8dbad9 #d98dba

Analogous Colors of #bad98d

#bad98d #94d98d #d9d28d

Monochromatic Colors of #bad98d

#bad98d

Complementary Color

#bad98d #ac8dd9

#bad98d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad98d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad98d Color CSS Codes

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

#bad98d Text Font Color

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

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


#bad98d Background Color

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

This div background color is #bad98d


#bad98d Border Color

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

This div border color is #bad98d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad98d


Comments

No comments written yet.

Please login to write comment.