Color Hex Logo

#baadb5 Color Hex

#BAADB5
(186,173,181)
0 Favorites   0 Comments

Color spaces of #baadb5

RGB 186173181
HSL0.900.090.70
HSV323°73°
CMYK 0.000.070.03   0.27
XYZ43.533843.662449.8493
Yxy43.66240.31770.3186
Hunter Lab66.07751.96531.5255
CIE-Lab72.00236.0985-2.4170

#baadb5 color RGB value is (186,173,181).

#baadb5 hex color red value is 186, green value is 173 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #baadb5 hue: 0.90 , saturation: 0.09 and the lightness value of baadb5 is 0.70.

The process color (four color CMYK) of #baadb5 color hex is 0.00, 0.07, 0.03, 0.27. Web safe color of #baadb5 is #cc99cc. Color #baadb5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101101 10110101
Octal 272 255 265
Decimal 186 173 181
Hex BA AD B5

RGB Percentages of Color #baadb5

%34.44
%32.04
%33.52

CMYK Percentages of Color #baadb5

%0
%7
%3
%27

Triadic Colors of #baadb5

#baadb5 #b5baad #adb5ba

Analogous Colors of #baadb5

#baadb5 #baadaf #b9adba

Monochromatic Colors of #baadb5

#baadb5

Complementary Color

#baadb5 #adbab2

#baadb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baadb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baadb5 Color CSS Codes

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

#baadb5 Text Font Color

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

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


#baadb5 Background Color

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

This div background color is #baadb5


#baadb5 Border Color

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

This div border color is #baadb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baadb5

#baadb5 Color Palettes


Comments

No comments written yet.

Please login to write comment.