Color Hex Logo

#bdafd3 Color Hex

#BDAFD3
(189,175,211)
0 Favorites   0 Comments

Color spaces of #bdafd3

RGB 189175211
HSL0.730.290.76
HSV263°17°83°
CMYK 0.100.170.00   0.17
XYZ48.074146.181968.0082
Yxy46.18190.29630.2846
Hunter Lab67.95737.3487-11.7644
CIE-Lab73.663411.8968-16.3689

#bdafd3 color RGB value is (189,175,211).

#bdafd3 hex color red value is 189, green value is 175 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #bdafd3 hue: 0.73 , saturation: 0.29 and the lightness value of bdafd3 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101111 11010011
Octal 275 257 323
Decimal 189 175 211
Hex BD AF D3

RGB Percentages of Color #bdafd3

%32.87
%30.43
%36.70

CMYK Percentages of Color #bdafd3

%10
%17
%0
%17

Triadic Colors of #bdafd3

#bdafd3 #d3bdaf #afd3bd

Analogous Colors of #bdafd3

#bdafd3 #cfafd3 #afb3d3

Monochromatic Colors of #bdafd3

#bdafd3

Complementary Color

#bdafd3 #c5d3af

#bdafd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdafd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdafd3 Color CSS Codes

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

#bdafd3 Text Font Color

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

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


#bdafd3 Background Color

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

This div background color is #bdafd3


#bdafd3 Border Color

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

This div border color is #bdafd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdafd3


Comments

No comments written yet.

Please login to write comment.