Color Hex Logo

#baacd1 Color Hex

#BAACD1
(186,172,209)
0 Favorites   0 Comments

Color spaces of #baacd1

RGB 186172209
HSL0.730.290.75
HSV263°18°82°
CMYK 0.110.180.00   0.18
XYZ46.510844.547666.4688
Yxy44.54760.29530.2828
Hunter Lab66.74407.5864-12.3248
CIE-Lab72.593012.1447-16.9147

#baacd1 color RGB value is (186,172,209).

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

The process color (four color CMYK) of #baacd1 color hex is 0.11, 0.18, 0.00, 0.18. Web safe color of #baacd1 is #cc99cc. Color #baacd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101100 11010001
Octal 272 254 321
Decimal 186 172 209
Hex BA AC D1

RGB Percentages of Color #baacd1

%32.80
%30.34
%36.86

CMYK Percentages of Color #baacd1

%11
%18
%0
%18

Triadic Colors of #baacd1

#baacd1 #d1baac #acd1ba

Analogous Colors of #baacd1

#baacd1 #cdacd1 #acb1d1

Monochromatic Colors of #baacd1

#baacd1

Complementary Color

#baacd1 #c3d1ac

#baacd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baacd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baacd1 Color CSS Codes

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

#baacd1 Text Font Color

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

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


#baacd1 Background Color

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

This div background color is #baacd1


#baacd1 Border Color

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

This div border color is #baacd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baacd1


Comments

No comments written yet.

Please login to write comment.