Color Hex Logo

#bdacec Color Hex

#BDACEC
(189,172,236)
0 Favorites   0 Comments

Color spaces of #bdacec

RGB 189172236
HSL0.710.630.80
HSV256°27°93°
CMYK 0.200.270.00   0.07
XYZ50.879146.380085.6275
Yxy46.38000.27820.2536
Hunter Lab68.102914.1759-26.8749
CIE-Lab73.791418.9471-29.7940

#bdacec color RGB value is (189,172,236).

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

The process color (four color CMYK) of #bdacec color hex is 0.20, 0.27, 0.00, 0.07. Web safe color of #bdacec is #cc99ff. Color #bdacec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101100 11101100
Octal 275 254 354
Decimal 189 172 236
Hex BD AC EC

RGB Percentages of Color #bdacec

%31.66
%28.81
%39.53

CMYK Percentages of Color #bdacec

%20
%27
%0
%7

Triadic Colors of #bdacec

#bdacec #ecbdac #acecbd

Analogous Colors of #bdacec

#bdacec #ddacec #acbbec

Monochromatic Colors of #bdacec

#bdacec

Complementary Color

#bdacec #dbecac

#bdacec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdacec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdacec Color CSS Codes

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

#bdacec Text Font Color

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

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


#bdacec Background Color

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

This div background color is #bdacec


#bdacec Border Color

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

This div border color is #bdacec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdacec


Comments

No comments written yet.

Please login to write comment.