Color Hex Logo

#bdaef3 Color Hex

#BDAEF3
(189,174,243)
0 Favorites   0 Comments

Color spaces of #bdaef3

RGB 189174243
HSL0.700.740.82
HSV253°28°95°
CMYK 0.220.280.00   0.05
XYZ52.300047.562091.2179
Yxy47.56200.27370.2489
Hunter Lab68.965214.6770-30.1452
CIE-Lab74.547819.4314-32.4230

#bdaef3 color RGB value is (189,174,243).

#bdaef3 hex color red value is 189, green value is 174 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #bdaef3 hue: 0.70 , saturation: 0.74 and the lightness value of bdaef3 is 0.82.

The process color (four color CMYK) of #bdaef3 color hex is 0.22, 0.28, 0.00, 0.05. Web safe color of #bdaef3 is #cc99ff. Color #bdaef3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101110 11110011
Octal 275 256 363
Decimal 189 174 243
Hex BD AE F3

RGB Percentages of Color #bdaef3

%31.19
%28.71
%40.10

CMYK Percentages of Color #bdaef3

%22
%28
%0
%5

Triadic Colors of #bdaef3

#bdaef3 #f3bdae #aef3bd

Analogous Colors of #bdaef3

#bdaef3 #e0aef3 #aec2f3

Monochromatic Colors of #bdaef3

#bdaef3

Complementary Color

#bdaef3 #e4f3ae

#bdaef3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaef3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaef3 Color CSS Codes

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

#bdaef3 Text Font Color

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

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


#bdaef3 Background Color

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

This div background color is #bdaef3


#bdaef3 Border Color

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

This div border color is #bdaef3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaef3


Comments

No comments written yet.

Please login to write comment.