Color Hex Logo

#baacd6 Color Hex

#BAACD6
(186,172,214)
0 Favorites   0 Comments

Color spaces of #baacd6

RGB 186172214
HSL0.720.340.76
HSV260°20°84°
CMYK 0.130.200.00   0.16
XYZ47.139844.799269.7809
Yxy44.79920.29150.2770
Hunter Lab66.93228.5847-14.9609
CIE-Lab72.759513.1954-19.4001

#baacd6 color RGB value is (186,172,214).

#baacd6 hex color red value is 186, green value is 172 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #baacd6 hue: 0.72 , saturation: 0.34 and the lightness value of baacd6 is 0.76.

The process color (four color CMYK) of #baacd6 color hex is 0.13, 0.20, 0.00, 0.16. Web safe color of #baacd6 is #cc99cc. Color #baacd6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101100 11010110
Octal 272 254 326
Decimal 186 172 214
Hex BA AC D6

RGB Percentages of Color #baacd6

%32.52
%30.07
%37.41

CMYK Percentages of Color #baacd6

%13
%20
%0
%16

Triadic Colors of #baacd6

#baacd6 #d6baac #acd6ba

Analogous Colors of #baacd6

#baacd6 #cfacd6 #acb3d6

Monochromatic Colors of #baacd6

#baacd6

Complementary Color

#baacd6 #c8d6ac

#baacd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baacd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baacd6 Color CSS Codes

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

#baacd6 Text Font Color

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

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


#baacd6 Background Color

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

This div background color is #baacd6


#baacd6 Border Color

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

This div border color is #baacd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baacd6


Comments

No comments written yet.

Please login to write comment.