Color Hex Logo

#baadbf Color Hex

#BAADBF
(186,173,191)
0 Favorites   0 Comments

Color spaces of #baadbf

RGB 186173191
HSL0.790.120.71
HSV283°75°
CMYK 0.030.090.00   0.25
XYZ44.597244.087855.4495
Yxy44.08780.30940.3059
Hunter Lab66.39863.6934-3.0340
CIE-Lab72.28717.9836-7.4946

#baadbf color RGB value is (186,173,191).

#baadbf hex color red value is 186, green value is 173 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #baadbf hue: 0.79 , saturation: 0.12 and the lightness value of baadbf is 0.71.

The process color (four color CMYK) of #baadbf color hex is 0.03, 0.09, 0.00, 0.25. Web safe color of #baadbf is #cc99cc. Color #baadbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101101 10111111
Octal 272 255 277
Decimal 186 173 191
Hex BA AD BF

RGB Percentages of Color #baadbf

%33.82
%31.45
%34.73

CMYK Percentages of Color #baadbf

%3
%9
%0
%25

Triadic Colors of #baadbf

#baadbf #bfbaad #adbfba

Analogous Colors of #baadbf

#baadbf #bfadbb #b1adbf

Monochromatic Colors of #baadbf

#baadbf

Complementary Color

#baadbf #b2bfad

#baadbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baadbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#baadbf Color CSS Codes

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

#baadbf Text Font Color

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

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


#baadbf Background Color

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

This div background color is #baadbf


#baadbf Border Color

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

This div border color is #baadbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baadbf


Comments

No comments written yet.

Please login to write comment.