Color Hex Logo

#badc9c Color Hex

#BADC9C
(186,220,156)
0 Favorites   0 Comments

Color spaces of #badc9c

RGB 186220156
HSL0.260.480.74
HSV92°29°86°
CMYK 0.150.000.29   0.14
XYZ51.843664.025841.0783
Yxy64.02580.33030.4079
Hunter Lab80.0161-24.375525.5733
CIE-Lab83.9792-22.416427.8625

#badc9c color RGB value is (186,220,156).

#badc9c hex color red value is 186, green value is 220 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #badc9c hue: 0.26 , saturation: 0.48 and the lightness value of badc9c is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011100 10011100
Octal 272 334 234
Decimal 186 220 156
Hex BA DC 9C

RGB Percentages of Color #badc9c

%33.10
%39.15
%27.76

CMYK Percentages of Color #badc9c

%15
%0
%29
%14

Triadic Colors of #badc9c

#badc9c #9cbadc #dc9cba

Analogous Colors of #badc9c

#badc9c #9cdc9e #dadc9c

Monochromatic Colors of #badc9c

#badc9c

Complementary Color

#badc9c #be9cdc

#badc9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badc9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#badc9c Color CSS Codes

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

#badc9c Text Font Color

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

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


#badc9c Background Color

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

This div background color is #badc9c


#badc9c Border Color

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

This div border color is #badc9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badc9c


Comments

No comments written yet.

Please login to write comment.