Color Hex Logo

#bdafc1 Color Hex

#BDAFC1
(189,175,193)
0 Favorites   0 Comments

Color spaces of #bdafc1

RGB 189175193
HSL0.800.130.72
HSV287°76°
CMYK 0.020.090.00   0.24
XYZ45.941945.329056.7801
Yxy45.32900.31030.3062
Hunter Lab67.32683.9814-2.8735
CIE-Lab73.10808.3118-7.3468

#bdafc1 color RGB value is (189,175,193).

#bdafc1 hex color red value is 189, green value is 175 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #bdafc1 hue: 0.80 , saturation: 0.13 and the lightness value of bdafc1 is 0.72.

The process color (four color CMYK) of #bdafc1 color hex is 0.02, 0.09, 0.00, 0.24. Web safe color of #bdafc1 is #cc99cc. Color #bdafc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101111 11000001
Octal 275 257 301
Decimal 189 175 193
Hex BD AF C1

RGB Percentages of Color #bdafc1

%33.93
%31.42
%34.65

CMYK Percentages of Color #bdafc1

%2
%9
%0
%24

Triadic Colors of #bdafc1

#bdafc1 #c1bdaf #afc1bd

Analogous Colors of #bdafc1

#bdafc1 #c1afbc #b4afc1

Monochromatic Colors of #bdafc1

#bdafc1

Complementary Color

#bdafc1 #b3c1af

#bdafc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdafc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdafc1 Color CSS Codes

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

#bdafc1 Text Font Color

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

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


#bdafc1 Background Color

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

This div background color is #bdafc1


#bdafc1 Border Color

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

This div border color is #bdafc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdafc1


Comments

No comments written yet.

Please login to write comment.