Color Hex Logo

#badbad Color Hex

#BADBAD
(186,219,173)
10 Favorites   2 Comments

Color spaces of #badbad

RGB 186219173
HSL0.290.390.77
HSV103°21°86°
CMYK 0.150.000.21   0.14
XYZ53.124064.119349.1115
Yxy64.11930.31930.3854
Hunter Lab80.0745-21.707819.6883
CIE-Lab84.0278-19.290219.0810

#badbad color RGB value is (186,219,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011011 10101101
Octal 272 333 255
Decimal 186 219 173
Hex BA DB AD

RGB Percentages of Color #badbad

%32.18
%37.89
%29.93

CMYK Percentages of Color #badbad

%15
%0
%21
%14

Triadic Colors of #badbad

#badbad #adbadb #dbadba

Analogous Colors of #badbad

#badbad #addbb7 #d1dbad

Monochromatic Colors of #badbad

#badbad

Complementary Color

#badbad #ceaddb

#badbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#badbad Color CSS Codes

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

#badbad Text Font Color

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

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


#badbad Background Color

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

This div background color is #badbad


#badbad Border Color

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

This div border color is #badbad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,219,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 #badbad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badbad

#badbad Color Palettes


Comments

1 Mar 2024, 19:57 ColorMaster2004

its actually a good color!

3 Jul 2021, 22:29 about

bad color indeed.

Please login to write comment.