Color Hex Logo

#bdaed3 Color Hex

#BDAED3
(189,174,211)
0 Favorites   0 Comments

Color spaces of #bdaed3

RGB 189174211
HSL0.730.300.75
HSV264°18°83°
CMYK 0.100.180.00   0.17
XYZ47.880245.794167.9436
Yxy45.79410.29630.2833
Hunter Lab67.67137.8711-12.1586
CIE-Lab73.411712.4453-16.7487

#bdaed3 color RGB value is (189,174,211).

#bdaed3 hex color red value is 189, green value is 174 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #bdaed3 hue: 0.73 , saturation: 0.30 and the lightness value of bdaed3 is 0.75.

The process color (four color CMYK) of #bdaed3 color hex is 0.10, 0.18, 0.00, 0.17. Web safe color of #bdaed3 is #cc99cc. Color #bdaed3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101110 11010011
Octal 275 256 323
Decimal 189 174 211
Hex BD AE D3

RGB Percentages of Color #bdaed3

%32.93
%30.31
%36.76

CMYK Percentages of Color #bdaed3

%10
%18
%0
%17

Triadic Colors of #bdaed3

#bdaed3 #d3bdae #aed3bd

Analogous Colors of #bdaed3

#bdaed3 #d0aed3 #aeb2d3

Monochromatic Colors of #bdaed3

#bdaed3

Complementary Color

#bdaed3 #c4d3ae

#bdaed3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaed3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaed3 Color CSS Codes

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

#bdaed3 Text Font Color

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

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


#bdaed3 Background Color

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

This div background color is #bdaed3


#bdaed3 Border Color

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

This div border color is #bdaed3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaed3


Comments

No comments written yet.

Please login to write comment.