Color Hex Logo

#bad198 Color Hex

#BAD198
(186,209,152)
0 Favorites   0 Comments

Color spaces of #bad198

RGB 186209152
HSL0.230.380.71
HSV84°27°82°
CMYK 0.110.000.27   0.18
XYZ48.717758.307038.3925
Yxy58.30700.33500.4010
Hunter Lab76.3590-19.743823.6409
CIE-Lab80.9092-17.565125.7902

#bad198 color RGB value is (186,209,152).

#bad198 hex color red value is 186, green value is 209 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #bad198 hue: 0.23 , saturation: 0.38 and the lightness value of bad198 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010001 10011000
Octal 272 321 230
Decimal 186 209 152
Hex BA D1 98

RGB Percentages of Color #bad198

%34.00
%38.21
%27.79

CMYK Percentages of Color #bad198

%11
%0
%27
%18

Triadic Colors of #bad198

#bad198 #98bad1 #d198ba

Analogous Colors of #bad198

#bad198 #9ed198 #d1cc98

Monochromatic Colors of #bad198

#bad198

Complementary Color

#bad198 #af98d1

#bad198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad198 Color CSS Codes

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

#bad198 Text Font Color

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

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


#bad198 Background Color

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

This div background color is #bad198


#bad198 Border Color

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

This div border color is #bad198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad198


Comments

No comments written yet.

Please login to write comment.