Color Hex Logo

#bdbef5 Color Hex

#BDBEF5
(189,190,245)
0 Favorites   0 Comments

Color spaces of #bdbef5

RGB 189190245
HSL0.660.740.85
HSV239°23°96°
CMYK 0.230.220.00   0.04
XYZ55.881254.238393.9100
Yxy54.23830.27390.2658
Hunter Lab73.64676.5596-24.0506
CIE-Lab78.600511.1092-27.2725

#bdbef5 color RGB value is (189,190,245).

#bdbef5 hex color red value is 189, green value is 190 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #bdbef5 hue: 0.66 , saturation: 0.74 and the lightness value of bdbef5 is 0.85.

The process color (four color CMYK) of #bdbef5 color hex is 0.23, 0.22, 0.00, 0.04. Web safe color of #bdbef5 is #ccccff. Color #bdbef5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111110 11110101
Octal 275 276 365
Decimal 189 190 245
Hex BD BE F5

RGB Percentages of Color #bdbef5

%30.29
%30.45
%39.26

CMYK Percentages of Color #bdbef5

%23
%22
%0
%4

Triadic Colors of #bdbef5

#bdbef5 #f5bdbe #bef5bd

Analogous Colors of #bdbef5

#bdbef5 #d8bdf5 #bddaf5

Monochromatic Colors of #bdbef5

#bdbef5

Complementary Color

#bdbef5 #f5f4bd

#bdbef5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbef5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbef5 Color CSS Codes

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

#bdbef5 Text Font Color

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

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


#bdbef5 Background Color

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

This div background color is #bdbef5


#bdbef5 Border Color

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

This div border color is #bdbef5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbef5

Related Colors


Comments

No comments written yet.

Please login to write comment.