Color Hex Logo

#bdacef Color Hex

#BDACEF
(189,172,239)
0 Favorites   0 Comments

Color spaces of #bdacef

RGB 189172239
HSL0.710.680.81
HSV255°28°94°
CMYK 0.210.280.00   0.06
XYZ51.318846.555987.9427
Yxy46.55590.27620.2505
Hunter Lab68.231914.8482-28.6554
CIE-Lab73.904819.6245-31.2476

#bdacef color RGB value is (189,172,239).

#bdacef hex color red value is 189, green value is 172 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bdacef hue: 0.71 , saturation: 0.68 and the lightness value of bdacef is 0.81.

The process color (four color CMYK) of #bdacef color hex is 0.21, 0.28, 0.00, 0.06. Web safe color of #bdacef is #cc99ff. Color #bdacef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101100 11101111
Octal 275 254 357
Decimal 189 172 239
Hex BD AC EF

RGB Percentages of Color #bdacef

%31.50
%28.67
%39.83

CMYK Percentages of Color #bdacef

%21
%28
%0
%6

Triadic Colors of #bdacef

#bdacef #efbdac #acefbd

Analogous Colors of #bdacef

#bdacef #dfacef #acbdef

Monochromatic Colors of #bdacef

#bdacef

Complementary Color

#bdacef #deefac

#bdacef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdacef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdacef Color CSS Codes

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

#bdacef Text Font Color

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

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


#bdacef Background Color

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

This div background color is #bdacef


#bdacef Border Color

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

This div border color is #bdacef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdacef


Comments

No comments written yet.

Please login to write comment.