Color Hex Logo

#bdc7fa Color Hex

#BDC7FA
(189,199,250)
0 Favorites   0 Comments

Color spaces of #bdc7fa

RGB 189199250
HSL0.640.860.86
HSV230°24°98°
CMYK 0.240.200.00   0.02
XYZ58.665058.567898.6552
Yxy58.56780.27170.2713
Hunter Lab76.52962.9052-22.8607
CIE-Lab81.05347.3792-26.1972

#bdc7fa color RGB value is (189,199,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000111 11111010
Octal 275 307 372
Decimal 189 199 250
Hex BD C7 FA

RGB Percentages of Color #bdc7fa

%29.62
%31.19
%39.18

CMYK Percentages of Color #bdc7fa

%24
%20
%0
%2

Triadic Colors of #bdc7fa

#bdc7fa #fabdc7 #c7fabd

Analogous Colors of #bdc7fa

#bdc7fa #d2bdfa #bde6fa

Monochromatic Colors of #bdc7fa

#bdc7fa

Complementary Color

#bdc7fa #faf0bd

#bdc7fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc7fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc7fa Color CSS Codes

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

#bdc7fa Text Font Color

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

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


#bdc7fa Background Color

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

This div background color is #bdc7fa


#bdc7fa Border Color

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

This div border color is #bdc7fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc7fa


Comments

No comments written yet.

Please login to write comment.