Color Hex Logo

#bdbfe5 Color Hex

#BDBFE5
(189,191,229)
0 Favorites   0 Comments

Color spaces of #bdbfe5

RGB 189191229
HSL0.660.430.82
HSV237°17°90°
CMYK 0.170.170.00   0.10
XYZ53.759953.737681.6677
Yxy53.73760.28420.2841
Hunter Lab73.30592.6200-14.7389
CIE-Lab78.30856.9990-19.1153

#bdbfe5 color RGB value is (189,191,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111111 11100101
Octal 275 277 345
Decimal 189 191 229
Hex BD BF E5

RGB Percentages of Color #bdbfe5

%31.03
%31.36
%37.60

CMYK Percentages of Color #bdbfe5

%17
%17
%0
%10

Triadic Colors of #bdbfe5

#bdbfe5 #e5bdbf #bfe5bd

Analogous Colors of #bdbfe5

#bdbfe5 #cfbde5 #bdd3e5

Monochromatic Colors of #bdbfe5

#bdbfe5

Complementary Color

#bdbfe5 #e5e3bd

#bdbfe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbfe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbfe5 Color CSS Codes

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

#bdbfe5 Text Font Color

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

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


#bdbfe5 Background Color

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

This div background color is #bdbfe5


#bdbfe5 Border Color

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

This div border color is #bdbfe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbfe5


Comments

No comments written yet.

Please login to write comment.