Color Hex Logo

#bdd3fd Color Hex

#BDD3FD
(189,211,253)
0 Favorites   0 Comments

Color spaces of #bdd3fd

RGB 189211253
HSL0.610.940.87
HSV219°25°99°
CMYK 0.250.170.00   0.01
XYZ62.010264.4992102.1098
Yxy64.49920.27120.2821
Hunter Lab80.3114-2.7211-19.1647
CIE-Lab84.22501.6512-22.9621

#bdd3fd color RGB value is (189,211,253).

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

The process color (four color CMYK) of #bdd3fd color hex is 0.25, 0.17, 0.00, 0.01. Web safe color of #bdd3fd is #ccccff. Color #bdd3fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010011 11111101
Octal 275 323 375
Decimal 189 211 253
Hex BD D3 FD

RGB Percentages of Color #bdd3fd

%28.94
%32.31
%38.74

CMYK Percentages of Color #bdd3fd

%25
%17
%0
%1

Triadic Colors of #bdd3fd

#bdd3fd #fdbdd3 #d3fdbd

Analogous Colors of #bdd3fd

#bdd3fd #c7bdfd #bdf3fd

Monochromatic Colors of #bdd3fd

#bdd3fd

Complementary Color

#bdd3fd #fde7bd

#bdd3fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd3fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd3fd Color CSS Codes

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

#bdd3fd Text Font Color

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

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


#bdd3fd Background Color

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

This div background color is #bdd3fd


#bdd3fd Border Color

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

This div border color is #bdd3fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd3fd


Comments

No comments written yet.

Please login to write comment.