Color Hex Logo

#bdadee Color Hex

#BDADEE
(189,173,238)
0 Favorites   0 Comments

Color spaces of #bdadee

RGB 189173238
HSL0.710.660.81
HSV255°27°93°
CMYK 0.210.270.00   0.07
XYZ51.362546.879087.2304
Yxy46.87900.27690.2528
Hunter Lab68.468214.0851-27.6093
CIE-Lab74.112318.8457-30.3856

#bdadee color RGB value is (189,173,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101101 11101110
Octal 275 255 356
Decimal 189 173 238
Hex BD AD EE

RGB Percentages of Color #bdadee

%31.50
%28.83
%39.67

CMYK Percentages of Color #bdadee

%21
%27
%0
%7

Triadic Colors of #bdadee

#bdadee #eebdad #adeebd

Analogous Colors of #bdadee

#bdadee #deadee #adbeee

Monochromatic Colors of #bdadee

#bdadee

Complementary Color

#bdadee #deeead

#bdadee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdadee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdadee Color CSS Codes

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

#bdadee Text Font Color

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

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


#bdadee Background Color

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

This div background color is #bdadee


#bdadee Border Color

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

This div border color is #bdadee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdadee


Comments

No comments written yet.

Please login to write comment.