Color Hex Logo

#bdaeeb Color Hex

#BDAEEB
(189,174,235)
0 Favorites   0 Comments

Color spaces of #bdaeeb

RGB 189174235
HSL0.710.600.80
HSV255°26°92°
CMYK 0.200.260.00   0.08
XYZ51.117747.089184.9922
Yxy47.08910.27900.2570
Hunter Lab68.621512.8811-25.3995
CIE-Lab74.246717.6182-28.5513

#bdaeeb color RGB value is (189,174,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101110 11101011
Octal 275 256 353
Decimal 189 174 235
Hex BD AE EB

RGB Percentages of Color #bdaeeb

%31.61
%29.10
%39.30

CMYK Percentages of Color #bdaeeb

%20
%26
%0
%8

Triadic Colors of #bdaeeb

#bdaeeb #ebbdae #aeebbd

Analogous Colors of #bdaeeb

#bdaeeb #dcaeeb #aebeeb

Monochromatic Colors of #bdaeeb

#bdaeeb

Complementary Color

#bdaeeb #dcebae

#bdaeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaeeb Color CSS Codes

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

#bdaeeb Text Font Color

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

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


#bdaeeb Background Color

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

This div background color is #bdaeeb


#bdaeeb Border Color

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

This div border color is #bdaeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaeeb


Comments

No comments written yet.

Please login to write comment.