Color Hex Logo

#bdacca Color Hex

#BDACCA
(189,172,202)
0 Favorites   0 Comments

Color spaces of #bdacca

RGB 189172202
HSL0.760.220.73
HSV274°15°79°
CMYK 0.060.150.00   0.21
XYZ46.399544.588162.0380
Yxy44.58810.30320.2914
Hunter Lab66.77437.1793-8.3425
CIE-Lab72.619811.7145-13.0115

#bdacca color RGB value is (189,172,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101100 11001010
Octal 275 254 312
Decimal 189 172 202
Hex BD AC CA

RGB Percentages of Color #bdacca

%33.57
%30.55
%35.88

CMYK Percentages of Color #bdacca

%6
%15
%0
%21

Triadic Colors of #bdacca

#bdacca #cabdac #accabd

Analogous Colors of #bdacca

#bdacca #caacc8 #aeacca

Monochromatic Colors of #bdacca

#bdacca

Complementary Color

#bdacca #b9caac

#bdacca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdacca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdacca Color CSS Codes

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

#bdacca Text Font Color

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

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


#bdacca Background Color

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

This div background color is #bdacca


#bdacca Border Color

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

This div border color is #bdacca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdacca


Comments

No comments written yet.

Please login to write comment.