Color Hex Logo

#bdc3fa Color Hex

#BDC3FA
(189,195,250)
0 Favorites   0 Comments

Color spaces of #bdc3fa

RGB 189195250
HSL0.650.860.86
HSV234°24°98°
CMYK 0.240.220.00   0.02
XYZ57.756756.751298.3524
Yxy56.75120.27130.2666
Hunter Lab75.33345.0192-24.6734
CIE-Lab80.03959.5413-27.7473

#bdc3fa color RGB value is (189,195,250).

#bdc3fa hex color red value is 189, green value is 195 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #bdc3fa hue: 0.65 , saturation: 0.86 and the lightness value of bdc3fa is 0.86.

The process color (four color CMYK) of #bdc3fa color hex is 0.24, 0.22, 0.00, 0.02. Web safe color of #bdc3fa is #ccccff. Color #bdc3fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000011 11111010
Octal 275 303 372
Decimal 189 195 250
Hex BD C3 FA

RGB Percentages of Color #bdc3fa

%29.81
%30.76
%39.43

CMYK Percentages of Color #bdc3fa

%24
%22
%0
%2

Triadic Colors of #bdc3fa

#bdc3fa #fabdc3 #c3fabd

Analogous Colors of #bdc3fa

#bdc3fa #d6bdfa #bde2fa

Monochromatic Colors of #bdc3fa

#bdc3fa

Complementary Color

#bdc3fa #faf4bd

#bdc3fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc3fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc3fa Color CSS Codes

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

#bdc3fa Text Font Color

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

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


#bdc3fa Background Color

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

This div background color is #bdc3fa


#bdc3fa Border Color

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

This div border color is #bdc3fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc3fa

Related Colors


Comments

No comments written yet.

Please login to write comment.