Color Hex Logo

#bdabde Color Hex

#BDABDE
(189,171,222)
0 Favorites   0 Comments

Color spaces of #bdabde

RGB 189171222
HSL0.730.440.77
HSV261°23°87°
CMYK 0.150.230.00   0.13
XYZ48.734045.218675.2667
Yxy45.21860.28800.2672
Hunter Lab67.244811.6851-19.2916
CIE-Lab73.035616.4174-23.3292

#bdabde color RGB value is (189,171,222).

#bdabde hex color red value is 189, green value is 171 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bdabde hue: 0.73 , saturation: 0.44 and the lightness value of bdabde is 0.77.

The process color (four color CMYK) of #bdabde color hex is 0.15, 0.23, 0.00, 0.13. Web safe color of #bdabde is #cc99cc. Color #bdabde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101011 11011110
Octal 275 253 336
Decimal 189 171 222
Hex BD AB DE

RGB Percentages of Color #bdabde

%32.47
%29.38
%38.14

CMYK Percentages of Color #bdabde

%15
%23
%0
%13

Triadic Colors of #bdabde

#bdabde #debdab #abdebd

Analogous Colors of #bdabde

#bdabde #d7abde #abb3de

Monochromatic Colors of #bdabde

#bdabde

Complementary Color

#bdabde #ccdeab

#bdabde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdabde Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdabde Color CSS Codes

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

#bdabde Text Font Color

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

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


#bdabde Background Color

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

This div background color is #bdabde


#bdabde Border Color

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

This div border color is #bdabde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdabde


Comments

No comments written yet.

Please login to write comment.