Color Hex Logo

#bdaeee Color Hex

#BDAEEE
(189,174,238)
0 Favorites   0 Comments

Color spaces of #bdaeee

RGB 189174238
HSL0.710.650.81
HSV254°27°93°
CMYK 0.210.270.00   0.07
XYZ51.554947.264087.2945
Yxy47.26400.27700.2540
Hunter Lab68.748813.5471-27.1599
CIE-Lab74.358318.2931-30.0069

#bdaeee color RGB value is (189,174,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101110 11101110
Octal 275 256 356
Decimal 189 174 238
Hex BD AE EE

RGB Percentages of Color #bdaeee

%31.45
%28.95
%39.60

CMYK Percentages of Color #bdaeee

%21
%27
%0
%7

Triadic Colors of #bdaeee

#bdaeee #eebdae #aeeebd

Analogous Colors of #bdaeee

#bdaeee #ddaeee #aebfee

Monochromatic Colors of #bdaeee

#bdaeee

Complementary Color

#bdaeee #dfeeae

#bdaeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaeee Color CSS Codes

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

#bdaeee Text Font Color

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

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


#bdaeee Background Color

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

This div background color is #bdaeee


#bdaeee Border Color

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

This div border color is #bdaeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaeee


Comments

No comments written yet.

Please login to write comment.