Color Hex Logo

#badbac Color Hex

#BADBAC
(186,219,172)
0 Favorites   0 Comments

Color spaces of #badbac

RGB 186219172
HSL0.280.390.77
HSV102°21°86°
CMYK 0.150.000.21   0.14
XYZ53.027664.080748.6037
Yxy64.08070.32000.3867
Hunter Lab80.0504-21.844920.0366
CIE-Lab84.0078-19.453019.5768

#badbac color RGB value is (186,219,172).

#badbac hex color red value is 186, green value is 219 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #badbac hue: 0.28 , saturation: 0.39 and the lightness value of badbac is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011011 10101100
Octal 272 333 254
Decimal 186 219 172
Hex BA DB AC

RGB Percentages of Color #badbac

%32.24
%37.95
%29.81

CMYK Percentages of Color #badbac

%15
%0
%21
%14

Triadic Colors of #badbac

#badbac #acbadb #dbacba

Analogous Colors of #badbac

#badbac #acdbb6 #d2dbac

Monochromatic Colors of #badbac

#badbac

Complementary Color

#badbac #cdacdb

#badbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#badbac Color CSS Codes

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

#badbac Text Font Color

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

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


#badbac Background Color

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

This div background color is #badbac


#badbac Border Color

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

This div border color is #badbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badbac


Comments

No comments written yet.

Please login to write comment.