Color Hex Logo

#bad098 Color Hex

#BAD098
(186,208,152)
0 Favorites   0 Comments

Color spaces of #bad098

RGB 186208152
HSL0.230.370.71
HSV84°27°82°
CMYK 0.110.000.27   0.18
XYZ48.473157.817938.3109
Yxy57.81790.33520.3998
Hunter Lab76.0381-19.275723.3541
CIE-Lab80.6374-17.064625.4219

#bad098 color RGB value is (186,208,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010000 10011000
Octal 272 320 230
Decimal 186 208 152
Hex BA D0 98

RGB Percentages of Color #bad098

%34.07
%38.10
%27.84

CMYK Percentages of Color #bad098

%11
%0
%27
%18

Triadic Colors of #bad098

#bad098 #98bad0 #d098ba

Analogous Colors of #bad098

#bad098 #9ed098 #d0ca98

Monochromatic Colors of #bad098

#bad098

Complementary Color

#bad098 #ae98d0

#bad098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad098 Color CSS Codes

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

#bad098 Text Font Color

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

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


#bad098 Background Color

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

This div background color is #bad098


#bad098 Border Color

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

This div border color is #bad098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad098


Comments

No comments written yet.

Please login to write comment.