Color Hex Logo

#bdd6fe Color Hex

#BDD6FE
(189,214,254)
0 Favorites   0 Comments

Color spaces of #bdd6fe

RGB 189214254
HSL0.600.970.87
HSV217°26°100°
CMYK 0.260.160.00   0.00
XYZ62.922266.0677103.2019
Yxy66.06770.27100.2845
Hunter Lab81.2820-4.0628-18.3817
CIE-Lab85.03090.2930-22.2680

#bdd6fe color RGB value is (189,214,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010110 11111110
Octal 275 326 376
Decimal 189 214 254
Hex BD D6 FE

RGB Percentages of Color #bdd6fe

%28.77
%32.57
%38.66

CMYK Percentages of Color #bdd6fe

%26
%16
%0
%0

Triadic Colors of #bdd6fe

#bdd6fe #febdd6 #d6febd

Analogous Colors of #bdd6fe

#bdd6fe #c5bdfe #bdf7fe

Monochromatic Colors of #bdd6fe

#bdd6fe

Complementary Color

#bdd6fe #fee5bd

#bdd6fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd6fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd6fe Color CSS Codes

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

#bdd6fe Text Font Color

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

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


#bdd6fe Background Color

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

This div background color is #bdd6fe


#bdd6fe Border Color

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

This div border color is #bdd6fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd6fe


Comments

No comments written yet.

Please login to write comment.