Color Hex Logo

#bdd2fa Color Hex

#BDD2FA
(189,210,250)
2 Favorites   0 Comments

Color spaces of #bdd2fa

RGB 189210250
HSL0.610.860.86
HSV219°24°98°
CMYK 0.240.160.00   0.02
XYZ61.288263.814199.5296
Yxy63.81410.27280.2841
Hunter Lab79.8837-2.8482-17.9526
CIE-Lab83.86891.4966-21.9131

#bdd2fa color RGB value is (189,210,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010010 11111010
Octal 275 322 372
Decimal 189 210 250
Hex BD D2 FA

RGB Percentages of Color #bdd2fa

%29.12
%32.36
%38.52

CMYK Percentages of Color #bdd2fa

%24
%16
%0
%2

Triadic Colors of #bdd2fa

#bdd2fa #fabdd2 #d2fabd

Analogous Colors of #bdd2fa

#bdd2fa #c7bdfa #bdf1fa

Monochromatic Colors of #bdd2fa

#bdd2fa

Complementary Color

#bdd2fa #fae5bd

#bdd2fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd2fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd2fa Color CSS Codes

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

#bdd2fa Text Font Color

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

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


#bdd2fa Background Color

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

This div background color is #bdd2fa


#bdd2fa Border Color

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

This div border color is #bdd2fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd2fa

Related Colors


Comments

No comments written yet.

Please login to write comment.