Color Hex Logo

#bdace5 Color Hex

#BDACE5
(189,172,229)
0 Favorites   0 Comments

Color spaces of #bdace5

RGB 189172229
HSL0.720.520.79
HSV258°25°90°
CMYK 0.170.250.00   0.10
XYZ49.881645.981080.3749
Yxy45.98100.28300.2609
Hunter Lab67.809312.6412-22.8104
CIE-Lab73.533217.3895-26.3845

#bdace5 color RGB value is (189,172,229).

#bdace5 hex color red value is 189, green value is 172 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #bdace5 hue: 0.72 , saturation: 0.52 and the lightness value of bdace5 is 0.79.

The process color (four color CMYK) of #bdace5 color hex is 0.17, 0.25, 0.00, 0.10. Web safe color of #bdace5 is #cc99cc. Color #bdace5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101100 11100101
Octal 275 254 345
Decimal 189 172 229
Hex BD AC E5

RGB Percentages of Color #bdace5

%32.03
%29.15
%38.81

CMYK Percentages of Color #bdace5

%17
%25
%0
%10

Triadic Colors of #bdace5

#bdace5 #e5bdac #ace5bd

Analogous Colors of #bdace5

#bdace5 #daace5 #acb8e5

Monochromatic Colors of #bdace5

#bdace5

Complementary Color

#bdace5 #d4e5ac

#bdace5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdace5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdace5 Color CSS Codes

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

#bdace5 Text Font Color

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

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


#bdace5 Background Color

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

This div background color is #bdace5


#bdace5 Border Color

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

This div border color is #bdace5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdace5


Comments

No comments written yet.

Please login to write comment.