Color Hex Logo

#bdd3fa Color Hex

#BDD3FA
(189,211,250)
0 Favorites   0 Comments

Color spaces of #bdd3fa

RGB 189211250
HSL0.610.860.86
HSV218°24°98°
CMYK 0.240.160.00   0.02
XYZ61.535964.309599.6122
Yxy64.30950.27290.2852
Hunter Lab80.1932-3.3669-17.5120
CIE-Lab84.12670.9667-21.5223

#bdd3fa color RGB value is (189,211,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010011 11111010
Octal 275 323 372
Decimal 189 211 250
Hex BD D3 FA

RGB Percentages of Color #bdd3fa

%29.08
%32.46
%38.46

CMYK Percentages of Color #bdd3fa

%24
%16
%0
%2

Triadic Colors of #bdd3fa

#bdd3fa #fabdd3 #d3fabd

Analogous Colors of #bdd3fa

#bdd3fa #c6bdfa #bdf2fa

Monochromatic Colors of #bdd3fa

#bdd3fa

Complementary Color

#bdd3fa #fae4bd

#bdd3fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd3fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd3fa Color CSS Codes

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

#bdd3fa Text Font Color

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

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


#bdd3fa Background Color

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

This div background color is #bdd3fa


#bdd3fa Border Color

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

This div border color is #bdd3fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd3fa


Comments

No comments written yet.

Please login to write comment.