Color Hex Logo

#bdbaee Color Hex

#BDBAEE
(189,186,238)
0 Favorites   0 Comments

Color spaces of #bdbaee

RGB 189186238
HSL0.680.600.83
HSV243°22°93°
CMYK 0.210.220.00   0.07
XYZ53.977852.109788.1022
Yxy52.10970.27800.2683
Hunter Lab72.18707.1459-21.8308
CIE-Lab77.346411.7039-25.4263

#bdbaee color RGB value is (189,186,238).

#bdbaee hex color red value is 189, green value is 186 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #bdbaee hue: 0.68 , saturation: 0.60 and the lightness value of bdbaee is 0.83.

The process color (four color CMYK) of #bdbaee color hex is 0.21, 0.22, 0.00, 0.07. Web safe color of #bdbaee is #ccccff. Color #bdbaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111010 11101110
Octal 275 272 356
Decimal 189 186 238
Hex BD BA EE

RGB Percentages of Color #bdbaee

%30.83
%30.34
%38.83

CMYK Percentages of Color #bdbaee

%21
%22
%0
%7

Triadic Colors of #bdbaee

#bdbaee #eebdba #baeebd

Analogous Colors of #bdbaee

#bdbaee #d7baee #bad1ee

Monochromatic Colors of #bdbaee

#bdbaee

Complementary Color

#bdbaee #ebeeba

#bdbaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbaee Color CSS Codes

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

#bdbaee Text Font Color

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

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


#bdbaee Background Color

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

This div background color is #bdbaee


#bdbaee Border Color

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

This div border color is #bdbaee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,186,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 #bdbaee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbaee


Comments

No comments written yet.

Please login to write comment.