Color Hex Logo

#baadb6 Color Hex

#BAADB6
(186,173,182)
0 Favorites   0 Comments

Color spaces of #baadb6

RGB 186173182
HSL0.880.090.70
HSV318°73°
CMYK 0.000.070.02   0.27
XYZ43.636843.703650.3917
Yxy43.70360.31680.3173
Hunter Lab66.10872.13341.0820
CIE-Lab72.02996.2830-2.9264

#baadb6 color RGB value is (186,173,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101101 10110110
Octal 272 255 266
Decimal 186 173 182
Hex BA AD B6

RGB Percentages of Color #baadb6

%34.38
%31.98
%33.64

CMYK Percentages of Color #baadb6

%0
%7
%2
%27

Triadic Colors of #baadb6

#baadb6 #b6baad #adb6ba

Analogous Colors of #baadb6

#baadb6 #baadb0 #b8adba

Monochromatic Colors of #baadb6

#baadb6

Complementary Color

#baadb6 #adbab1

#baadb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baadb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baadb6 Color CSS Codes

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

#baadb6 Text Font Color

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

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


#baadb6 Background Color

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

This div background color is #baadb6


#baadb6 Border Color

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

This div border color is #baadb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baadb6


Comments

No comments written yet.

Please login to write comment.