Color Hex Logo

#bdaafc Color Hex

#BDAAFC
(189,170,252)
0 Favorites   0 Comments

Color spaces of #bdaafc

RGB 189170252
HSL0.710.930.83
HSV254°33°99°
CMYK 0.250.330.00   0.01
XYZ52.931746.596598.2997
Yxy46.59650.26760.2355
Hunter Lab68.261618.9553-37.5970
CIE-Lab73.930923.7334-38.2447

#bdaafc color RGB value is (189,170,252).

#bdaafc hex color red value is 189, green value is 170 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #bdaafc hue: 0.71 , saturation: 0.93 and the lightness value of bdaafc is 0.83.

The process color (four color CMYK) of #bdaafc color hex is 0.25, 0.33, 0.00, 0.01. Web safe color of #bdaafc is #cc99ff. Color #bdaafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101010 11111100
Octal 275 252 374
Decimal 189 170 252
Hex BD AA FC

RGB Percentages of Color #bdaafc

%30.93
%27.82
%41.24

CMYK Percentages of Color #bdaafc

%25
%33
%0
%1

Triadic Colors of #bdaafc

#bdaafc #fcbdaa #aafcbd

Analogous Colors of #bdaafc

#bdaafc #e6aafc #aac0fc

Monochromatic Colors of #bdaafc

#bdaafc

Complementary Color

#bdaafc #e9fcaa

#bdaafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaafc Color CSS Codes

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

#bdaafc Text Font Color

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

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


#bdaafc Background Color

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

This div background color is #bdaafc


#bdaafc Border Color

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

This div border color is #bdaafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaafc

Related Colors


Comments

No comments written yet.

Please login to write comment.