Color Hex Logo

#bdabec Color Hex

#BDABEC
(189,171,236)
0 Favorites   0 Comments

Color spaces of #bdabec

RGB 189171236
HSL0.710.630.80
HSV257°28°93°
CMYK 0.200.280.00   0.07
XYZ50.689546.000885.5643
Yxy46.00080.27810.2524
Hunter Lab67.823914.7136-27.3215
CIE-Lab73.546119.4998-30.1716

#bdabec color RGB value is (189,171,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101011 11101100
Octal 275 253 354
Decimal 189 171 236
Hex BD AB EC

RGB Percentages of Color #bdabec

%31.71
%28.69
%39.60

CMYK Percentages of Color #bdabec

%20
%28
%0
%7

Triadic Colors of #bdabec

#bdabec #ecbdab #abecbd

Analogous Colors of #bdabec

#bdabec #deabec #abbaec

Monochromatic Colors of #bdabec

#bdabec

Complementary Color

#bdabec #daecab

#bdabec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdabec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdabec Color CSS Codes

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

#bdabec Text Font Color

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

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


#bdabec Background Color

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

This div background color is #bdabec


#bdabec Border Color

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

This div border color is #bdabec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdabec


Comments

No comments written yet.

Please login to write comment.