Color Hex Logo

#badabd Color Hex

#BADABD
(186,218,189)
0 Favorites   0 Comments

Color spaces of #badabd

RGB 186218189
HSL0.350.300.79
HSV126°15°85°
CMYK 0.150.000.13   0.15
XYZ54.506464.256057.6740
Yxy64.25600.30890.3642
Hunter Lab80.1598-18.904813.4535
CIE-Lab84.0989-16.054410.7626

#badabd color RGB value is (186,218,189).

#badabd hex color red value is 186, green value is 218 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #badabd hue: 0.35 , saturation: 0.30 and the lightness value of badabd is 0.79.

The process color (four color CMYK) of #badabd color hex is 0.15, 0.00, 0.13, 0.15. Web safe color of #badabd is #cccccc. Color #badabd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011010 10111101
Octal 272 332 275
Decimal 186 218 189
Hex BA DA BD

RGB Percentages of Color #badabd

%31.37
%36.76
%31.87

CMYK Percentages of Color #badabd

%15
%0
%13
%15

Triadic Colors of #badabd

#badabd #bdbada #dabdba

Analogous Colors of #badabd

#badabd #badacd #c7daba

Monochromatic Colors of #badabd

#badabd

Complementary Color

#badabd #dabad7

#badabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#badabd Color CSS Codes

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

#badabd Text Font Color

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

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


#badabd Background Color

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

This div background color is #badabd


#badabd Border Color

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

This div border color is #badabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badabd


Comments

No comments written yet.

Please login to write comment.