Color Hex Logo

#baadc7 Color Hex

#BAADC7
(186,173,199)
0 Favorites   0 Comments

Color spaces of #baadc7

RGB 186173199
HSL0.750.190.73
HSV270°13°78°
CMYK 0.070.130.00   0.22
XYZ45.502144.449860.2143
Yxy44.44980.30300.2960
Hunter Lab66.67075.1508-6.8789
CIE-Lab72.52819.5552-11.5288

#baadc7 color RGB value is (186,173,199).

#baadc7 hex color red value is 186, green value is 173 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #baadc7 hue: 0.75 , saturation: 0.19 and the lightness value of baadc7 is 0.73.

The process color (four color CMYK) of #baadc7 color hex is 0.07, 0.13, 0.00, 0.22. Web safe color of #baadc7 is #cc99cc. Color #baadc7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101101 11000111
Octal 272 255 307
Decimal 186 173 199
Hex BA AD C7

RGB Percentages of Color #baadc7

%33.33
%31.00
%35.66

CMYK Percentages of Color #baadc7

%7
%13
%0
%22

Triadic Colors of #baadc7

#baadc7 #c7baad #adc7ba

Analogous Colors of #baadc7

#baadc7 #c7adc7 #adadc7

Monochromatic Colors of #baadc7

#baadc7

Complementary Color

#baadc7 #bac7ad

#baadc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baadc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baadc7 Color CSS Codes

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

#baadc7 Text Font Color

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

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


#baadc7 Background Color

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

This div background color is #baadc7


#baadc7 Border Color

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

This div border color is #baadc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baadc7


Comments

No comments written yet.

Please login to write comment.