Color Hex Logo

#bad099 Color Hex

#BAD099
(186,208,153)
0 Favorites   0 Comments

Color spaces of #bad099

RGB 186208153
HSL0.230.370.71
HSV84°26°82°
CMYK 0.110.000.26   0.18
XYZ48.555357.850838.7442
Yxy57.85080.33450.3986
Hunter Lab76.0597-19.153023.0400
CIE-Lab80.6558-16.917924.9232

#bad099 color RGB value is (186,208,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010000 10011001
Octal 272 320 231
Decimal 186 208 153
Hex BA D0 99

RGB Percentages of Color #bad099

%34.00
%38.03
%27.97

CMYK Percentages of Color #bad099

%11
%0
%26
%18

Triadic Colors of #bad099

#bad099 #99bad0 #d099ba

Analogous Colors of #bad099

#bad099 #9fd099 #d0cb99

Monochromatic Colors of #bad099

#bad099

Complementary Color

#bad099 #af99d0

#bad099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad099 Color CSS Codes

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

#bad099 Text Font Color

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

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


#bad099 Background Color

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

This div background color is #bad099


#bad099 Border Color

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

This div border color is #bad099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad099

#bad099 Color Palettes


Comments

No comments written yet.

Please login to write comment.