Color Hex Logo

#bddafb Color Hex

#BDDAFB
(189,218,251)
0 Favorites   0 Comments

Color spaces of #bddafb

RGB 189218251
HSL0.590.890.86
HSV212°25°98°
CMYK 0.250.130.00   0.02
XYZ63.470367.9267101.0327
Yxy67.92670.27310.2922
Hunter Lab82.4177-6.7670-14.9890
CIE-Lab85.9698-2.4921-19.2631

#bddafb color RGB value is (189,218,251).

#bddafb hex color red value is 189, green value is 218 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bddafb hue: 0.59 , saturation: 0.89 and the lightness value of bddafb is 0.86.

The process color (four color CMYK) of #bddafb color hex is 0.25, 0.13, 0.00, 0.02. Web safe color of #bddafb is #ccccff. Color #bddafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011010 11111011
Octal 275 332 373
Decimal 189 218 251
Hex BD DA FB

RGB Percentages of Color #bddafb

%28.72
%33.13
%38.15

CMYK Percentages of Color #bddafb

%25
%13
%0
%2

Triadic Colors of #bddafb

#bddafb #fbbdda #dafbbd

Analogous Colors of #bddafb

#bddafb #bfbdfb #bdf9fb

Monochromatic Colors of #bddafb

#bddafb

Complementary Color

#bddafb #fbdebd

#bddafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddafb Color CSS Codes

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

#bddafb Text Font Color

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

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


#bddafb Background Color

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

This div background color is #bddafb


#bddafb Border Color

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

This div border color is #bddafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddafb

Related Colors


Comments

No comments written yet.

Please login to write comment.