Color Hex Logo

#bdd9fe Color Hex

#BDD9FE
(189,217,254)
0 Favorites   0 Comments

Color spaces of #bdd9fe

RGB 189217254
HSL0.590.970.87
HSV214°26°100°
CMYK 0.260.150.00   0.00
XYZ63.688567.6003103.4573
Yxy67.60030.27130.2880
Hunter Lab82.2194-5.6149-17.0515
CIE-Lab85.8062-1.2867-21.0933

#bdd9fe color RGB value is (189,217,254).

#bdd9fe hex color red value is 189, green value is 217 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bdd9fe hue: 0.59 , saturation: 0.97 and the lightness value of bdd9fe is 0.87.

The process color (four color CMYK) of #bdd9fe color hex is 0.26, 0.15, 0.00, 0.00. Web safe color of #bdd9fe is #ccccff. Color #bdd9fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011001 11111110
Octal 275 331 376
Decimal 189 217 254
Hex BD D9 FE

RGB Percentages of Color #bdd9fe

%28.64
%32.88
%38.48

CMYK Percentages of Color #bdd9fe

%26
%15
%0
%0

Triadic Colors of #bdd9fe

#bdd9fe #febdd9 #d9febd

Analogous Colors of #bdd9fe

#bdd9fe #c2bdfe #bdfafe

Monochromatic Colors of #bdd9fe

#bdd9fe

Complementary Color

#bdd9fe #fee2bd

#bdd9fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd9fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd9fe Color CSS Codes

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

#bdd9fe Text Font Color

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

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


#bdd9fe Background Color

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

This div background color is #bdd9fe


#bdd9fe Border Color

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

This div border color is #bdd9fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd9fe


Comments

No comments written yet.

Please login to write comment.