Color Hex Logo

#bdbde5 Color Hex

#BDBDE5
(189,189,229)
0 Favorites   0 Comments

Color spaces of #bdbde5

RGB 189189229
HSL0.670.430.82
HSV240°17°90°
CMYK 0.170.170.00   0.10
XYZ53.326752.871281.5233
Yxy52.87120.28410.2816
Hunter Lab72.71263.6631-15.5755
CIE-Lab77.79898.0819-19.8867

#bdbde5 color RGB value is (189,189,229).

#bdbde5 hex color red value is 189, green value is 189 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #bdbde5 hue: 0.67 , saturation: 0.43 and the lightness value of bdbde5 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111101 11100101
Octal 275 275 345
Decimal 189 189 229
Hex BD BD E5

RGB Percentages of Color #bdbde5

%31.14
%31.14
%37.73

CMYK Percentages of Color #bdbde5

%17
%17
%0
%10

Triadic Colors of #bdbde5

#bdbde5 #e5bdbd #bde5bd

Analogous Colors of #bdbde5

#bdbde5 #d1bde5 #bdd1e5

Monochromatic Colors of #bdbde5

#bdbde5

Complementary Color

#bdbde5 #e5e5bd

#bdbde5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbde5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbde5 Color CSS Codes

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

#bdbde5 Text Font Color

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

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


#bdbde5 Background Color

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

This div background color is #bdbde5


#bdbde5 Border Color

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

This div border color is #bdbde5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbde5


Comments

No comments written yet.

Please login to write comment.