Color Hex Logo

#bdabee Color Hex

#BDABEE
(189,171,238)
0 Favorites   0 Comments

Color spaces of #bdabee

RGB 189171238
HSL0.710.660.80
HSV256°28°93°
CMYK 0.210.280.00   0.07
XYZ50.981846.117787.1035
Yxy46.11770.27680.2504
Hunter Lab67.910015.1620-28.5102
CIE-Lab73.621819.9510-31.1411

#bdabee color RGB value is (189,171,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101011 11101110
Octal 275 253 356
Decimal 189 171 238
Hex BD AB EE

RGB Percentages of Color #bdabee

%31.61
%28.60
%39.80

CMYK Percentages of Color #bdabee

%21
%28
%0
%7

Triadic Colors of #bdabee

#bdabee #eebdab #abeebd

Analogous Colors of #bdabee

#bdabee #dfabee #abbbee

Monochromatic Colors of #bdabee

#bdabee

Complementary Color

#bdabee #dceeab

#bdabee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdabee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdabee Color CSS Codes

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

#bdabee Text Font Color

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

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


#bdabee Background Color

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

This div background color is #bdabee


#bdabee Border Color

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

This div border color is #bdabee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdabee


Comments

No comments written yet.

Please login to write comment.