Color Hex Logo

#bdabef Color Hex

#BDABEF
(189,171,239)
0 Favorites   0 Comments

Color spaces of #bdabef

RGB 189171239
HSL0.710.680.80
HSV256°28°94°
CMYK 0.210.280.00   0.06
XYZ51.129246.176687.8795
Yxy46.17660.27610.2494
Hunter Lab67.953415.3879-29.1084
CIE-Lab73.660020.1778-31.6250

#bdabef color RGB value is (189,171,239).

#bdabef hex color red value is 189, green value is 171 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bdabef hue: 0.71 , saturation: 0.68 and the lightness value of bdabef is 0.80.

The process color (four color CMYK) of #bdabef color hex is 0.21, 0.28, 0.00, 0.06. Web safe color of #bdabef is #cc99ff. Color #bdabef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101011 11101111
Octal 275 253 357
Decimal 189 171 239
Hex BD AB EF

RGB Percentages of Color #bdabef

%31.55
%28.55
%39.90

CMYK Percentages of Color #bdabef

%21
%28
%0
%6

Triadic Colors of #bdabef

#bdabef #efbdab #abefbd

Analogous Colors of #bdabef

#bdabef #dfabef #abbbef

Monochromatic Colors of #bdabef

#bdabef

Complementary Color

#bdabef #ddefab

#bdabef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdabef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdabef Color CSS Codes

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

#bdabef Text Font Color

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

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


#bdabef Background Color

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

This div background color is #bdabef


#bdabef Border Color

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

This div border color is #bdabef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdabef


Comments

No comments written yet.

Please login to write comment.