Color Hex Logo

#bdaecb Color Hex

#BDAECB
(189,174,203)
0 Favorites   0 Comments

Color spaces of #bdaecb

RGB 189174203
HSL0.750.220.74
HSV271°14°80°
CMYK 0.070.140.00   0.20
XYZ46.901845.402762.7915
Yxy45.40270.30240.2927
Hunter Lab67.38156.3296-8.0841
CIE-Lab73.156310.8179-12.7552

#bdaecb color RGB value is (189,174,203).

#bdaecb hex color red value is 189, green value is 174 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bdaecb hue: 0.75 , saturation: 0.22 and the lightness value of bdaecb is 0.74.

The process color (four color CMYK) of #bdaecb color hex is 0.07, 0.14, 0.00, 0.20. Web safe color of #bdaecb is #cc99cc. Color #bdaecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101110 11001011
Octal 275 256 313
Decimal 189 174 203
Hex BD AE CB

RGB Percentages of Color #bdaecb

%33.39
%30.74
%35.87

CMYK Percentages of Color #bdaecb

%7
%14
%0
%20

Triadic Colors of #bdaecb

#bdaecb #cbbdae #aecbbd

Analogous Colors of #bdaecb

#bdaecb #cbaecb #afaecb

Monochromatic Colors of #bdaecb

#bdaecb

Complementary Color

#bdaecb #bccbae

#bdaecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaecb Color CSS Codes

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

#bdaecb Text Font Color

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

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


#bdaecb Background Color

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

This div background color is #bdaecb


#bdaecb Border Color

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

This div border color is #bdaecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaecb


Comments

No comments written yet.

Please login to write comment.