Color Hex Logo

#bdadec Color Hex

#BDADEC
(189,173,236)
0 Favorites   0 Comments

Color spaces of #bdadec

RGB 189173236
HSL0.710.620.80
HSV255°27°93°
CMYK 0.200.270.00   0.07
XYZ51.070246.762185.6912
Yxy46.76210.27830.2548
Hunter Lab68.382813.6389-26.4289
CIE-Lab74.037318.3948-29.4158

#bdadec color RGB value is (189,173,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101101 11101100
Octal 275 255 354
Decimal 189 173 236
Hex BD AD EC

RGB Percentages of Color #bdadec

%31.61
%28.93
%39.46

CMYK Percentages of Color #bdadec

%20
%27
%0
%7

Triadic Colors of #bdadec

#bdadec #ecbdad #adecbd

Analogous Colors of #bdadec

#bdadec #ddadec #adbdec

Monochromatic Colors of #bdadec

#bdadec

Complementary Color

#bdadec #dcecad

#bdadec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdadec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdadec Color CSS Codes

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

#bdadec Text Font Color

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

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


#bdadec Background Color

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

This div background color is #bdadec


#bdadec Border Color

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

This div border color is #bdadec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdadec


Comments

No comments written yet.

Please login to write comment.