Color Hex Logo

#bddefb Color Hex

#BDDEFB
(189,222,251)
0 Favorites   0 Comments

Color spaces of #bddefb

RGB 189222251
HSL0.580.890.86
HSV208°25°98°
CMYK 0.250.120.00   0.02
XYZ64.520170.0264101.3827
Yxy70.02640.27350.2968
Hunter Lab83.6818-8.8165-13.2542
CIE-Lab87.0098-4.5786-17.6949

#bddefb color RGB value is (189,222,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011110 11111011
Octal 275 336 373
Decimal 189 222 251
Hex BD DE FB

RGB Percentages of Color #bddefb

%28.55
%33.53
%37.92

CMYK Percentages of Color #bddefb

%25
%12
%0
%2

Triadic Colors of #bddefb

#bddefb #fbbdde #defbbd

Analogous Colors of #bddefb

#bddefb #bdbffb #bdfbf9

Monochromatic Colors of #bddefb

#bddefb

Complementary Color

#bddefb #fbdabd

#bddefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddefb Color CSS Codes

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

#bddefb Text Font Color

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

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


#bddefb Background Color

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

This div background color is #bddefb


#bddefb Border Color

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

This div border color is #bddefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddefb


Comments

No comments written yet.

Please login to write comment.