Color Hex Logo

#bdacda Color Hex

#BDACDA
(189,172,218)
0 Favorites   0 Comments

Color spaces of #bdacda

RGB 189172218
HSL0.730.380.76
HSV262°21°85°
CMYK 0.130.210.00   0.15
XYZ48.393745.385872.5394
Yxy45.38580.29100.2729
Hunter Lab67.369010.3276-16.6821
CIE-Lab73.145215.0113-20.9779

#bdacda color RGB value is (189,172,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101100 11011010
Octal 275 254 332
Decimal 189 172 218
Hex BD AC DA

RGB Percentages of Color #bdacda

%32.64
%29.71
%37.65

CMYK Percentages of Color #bdacda

%13
%21
%0
%15

Triadic Colors of #bdacda

#bdacda #dabdac #acdabd

Analogous Colors of #bdacda

#bdacda #d4acda #acb2da

Monochromatic Colors of #bdacda

#bdacda

Complementary Color

#bdacda #c9daac

#bdacda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdacda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdacda Color CSS Codes

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

#bdacda Text Font Color

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

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


#bdacda Background Color

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

This div background color is #bdacda


#bdacda Border Color

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

This div border color is #bdacda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdacda


Comments

No comments written yet.

Please login to write comment.