Color Hex Logo

#badbb5 Color Hex

#BADBB5
(186,219,181)
0 Favorites   0 Comments

Color spaces of #badbb5

RGB 186219181
HSL0.310.350.78
HSV112°17°86°
CMYK 0.150.000.17   0.14
XYZ53.921764.438353.3119
Yxy64.43830.31410.3754
Hunter Lab80.2735-20.575716.8152
CIE-Lab84.1935-17.952815.1128

#badbb5 color RGB value is (186,219,181).

#badbb5 hex color red value is 186, green value is 219 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #badbb5 hue: 0.31 , saturation: 0.35 and the lightness value of badbb5 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011011 10110101
Octal 272 333 265
Decimal 186 219 181
Hex BA DB B5

RGB Percentages of Color #badbb5

%31.74
%37.37
%30.89

CMYK Percentages of Color #badbb5

%15
%0
%17
%14

Triadic Colors of #badbb5

#badbb5 #b5badb #dbb5ba

Analogous Colors of #badbb5

#badbb5 #b5dbc3 #cddbb5

Monochromatic Colors of #badbb5

#badbb5

Complementary Color

#badbb5 #d6b5db

#badbb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badbb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badbb5 Color CSS Codes

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

#badbb5 Text Font Color

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

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


#badbb5 Background Color

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

This div background color is #badbb5


#badbb5 Border Color

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

This div border color is #badbb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badbb5

#badbb5 Color Palettes


Comments

No comments written yet.

Please login to write comment.