Color Hex Logo

#bdaaca Color Hex

#BDAACA
(189,170,202)
0 Favorites   0 Comments

Color spaces of #bdaaca

RGB 189170202
HSL0.770.230.73
HSV276°16°79°
CMYK 0.060.160.00   0.21
XYZ46.021743.832561.9120
Yxy43.83250.30320.2888
Hunter Lab66.20618.2196-9.1002
CIE-Lab72.116412.8131-13.7672

#bdaaca color RGB value is (189,170,202).

#bdaaca hex color red value is 189, green value is 170 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bdaaca hue: 0.77 , saturation: 0.23 and the lightness value of bdaaca is 0.73.

The process color (four color CMYK) of #bdaaca color hex is 0.06, 0.16, 0.00, 0.21. Web safe color of #bdaaca is #cc99cc. Color #bdaaca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101010 11001010
Octal 275 252 312
Decimal 189 170 202
Hex BD AA CA

RGB Percentages of Color #bdaaca

%33.69
%30.30
%36.01

CMYK Percentages of Color #bdaaca

%6
%16
%0
%21

Triadic Colors of #bdaaca

#bdaaca #cabdaa #aacabd

Analogous Colors of #bdaaca

#bdaaca #caaac7 #adaaca

Monochromatic Colors of #bdaaca

#bdaaca

Complementary Color

#bdaaca #b7caaa

#bdaaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaaca Color CSS Codes

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

#bdaaca Text Font Color

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

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


#bdaaca Background Color

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

This div background color is #bdaaca


#bdaaca Border Color

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

This div border color is #bdaaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaaca


Comments

No comments written yet.

Please login to write comment.