Color Hex Logo

#bdaafe Color Hex

#BDAAFE
(189,170,254)
0 Favorites   0 Comments

Color spaces of #bdaafe

RGB 189170254
HSL0.700.980.83
HSV254°33°100°
CMYK 0.260.330.00   0.00
XYZ53.250446.724099.9780
Yxy46.72400.26630.2337
Hunter Lab68.355019.4353-38.8709
CIE-Lab74.012924.2041-39.1973

#bdaafe color RGB value is (189,170,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101010 11111110
Octal 275 252 376
Decimal 189 170 254
Hex BD AA FE

RGB Percentages of Color #bdaafe

%30.83
%27.73
%41.44

CMYK Percentages of Color #bdaafe

%26
%33
%0
%0

Triadic Colors of #bdaafe

#bdaafe #febdaa #aafebd

Analogous Colors of #bdaafe

#bdaafe #e7aafe #aac1fe

Monochromatic Colors of #bdaafe

#bdaafe

Complementary Color

#bdaafe #ebfeaa

#bdaafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaafe Color CSS Codes

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

#bdaafe Text Font Color

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

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


#bdaafe Background Color

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

This div background color is #bdaafe


#bdaafe Border Color

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

This div border color is #bdaafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaafe

Related Colors


Comments

No comments written yet.

Please login to write comment.