Color Hex Logo

#badcad Color Hex

#BADCAD
(186,220,173)
0 Favorites   0 Comments

Color spaces of #badcad

RGB 186220173
HSL0.290.400.77
HSV103°21°86°
CMYK 0.150.000.21   0.14
XYZ53.385764.642649.1987
Yxy64.64260.31920.3866
Hunter Lab80.4006-22.177819.9997
CIE-Lab84.2992-19.784819.4582

#badcad color RGB value is (186,220,173).

#badcad hex color red value is 186, green value is 220 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #badcad hue: 0.29 , saturation: 0.40 and the lightness value of badcad is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011100 10101101
Octal 272 334 255
Decimal 186 220 173
Hex BA DC AD

RGB Percentages of Color #badcad

%32.12
%38.00
%29.88

CMYK Percentages of Color #badcad

%15
%0
%21
%14

Triadic Colors of #badcad

#badcad #adbadc #dcadba

Analogous Colors of #badcad

#badcad #addcb8 #d2dcad

Monochromatic Colors of #badcad

#badcad

Complementary Color

#badcad #cfaddc

#badcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#badcad Color CSS Codes

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

#badcad Text Font Color

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

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


#badcad Background Color

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

This div background color is #badcad


#badcad Border Color

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

This div border color is #badcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badcad


Comments

No comments written yet.

Please login to write comment.