Color Hex Logo

#baadc1 Color Hex

#BAADC1
(186,173,193)
0 Favorites   0 Comments

Color spaces of #baadc1

RGB 186173193
HSL0.780.140.72
HSV279°10°76°
CMYK 0.040.100.00   0.24
XYZ44.818944.176556.6168
Yxy44.17650.30780.3034
Hunter Lab66.46544.0515-3.9788
CIE-Lab72.34638.3713-8.5056

#baadc1 color RGB value is (186,173,193).

#baadc1 hex color red value is 186, green value is 173 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #baadc1 hue: 0.78 , saturation: 0.14 and the lightness value of baadc1 is 0.72.

The process color (four color CMYK) of #baadc1 color hex is 0.04, 0.10, 0.00, 0.24. Web safe color of #baadc1 is #cc99cc. Color #baadc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101101 11000001
Octal 272 255 301
Decimal 186 173 193
Hex BA AD C1

RGB Percentages of Color #baadc1

%33.70
%31.34
%34.96

CMYK Percentages of Color #baadc1

%4
%10
%0
%24

Triadic Colors of #baadc1

#baadc1 #c1baad #adc1ba

Analogous Colors of #baadc1

#baadc1 #c1adbe #b0adc1

Monochromatic Colors of #baadc1

#baadc1

Complementary Color

#baadc1 #b4c1ad

#baadc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baadc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baadc1 Color CSS Codes

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

#baadc1 Text Font Color

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

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


#baadc1 Background Color

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

This div background color is #baadc1


#baadc1 Border Color

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

This div border color is #baadc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baadc1


Comments

No comments written yet.

Please login to write comment.