Color Hex Logo

#bdecfb Color Hex

#BDECFB
(189,236,251)
0 Favorites   0 Comments

Color spaces of #bdecfb

RGB 189236251
HSL0.540.890.86
HSV195°25°98°
CMYK 0.250.060.00   0.02
XYZ68.394377.7748102.6741
Yxy77.77480.27480.3125
Hunter Lab88.1900-15.8998-7.2946
CIE-Lab90.6770-11.7607-12.1979

#bdecfb color RGB value is (189,236,251).

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

The process color (four color CMYK) of #bdecfb color hex is 0.25, 0.06, 0.00, 0.02. Web safe color of #bdecfb is #ccffff. Color #bdecfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101100 11111011
Octal 275 354 373
Decimal 189 236 251
Hex BD EC FB

RGB Percentages of Color #bdecfb

%27.96
%34.91
%37.13

CMYK Percentages of Color #bdecfb

%25
%6
%0
%2

Triadic Colors of #bdecfb

#bdecfb #fbbdec #ecfbbd

Analogous Colors of #bdecfb

#bdecfb #bdcdfb #bdfbeb

Monochromatic Colors of #bdecfb

#bdecfb

Complementary Color

#bdecfb #fbccbd

#bdecfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdecfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdecfb Color CSS Codes

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

#bdecfb Text Font Color

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

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


#bdecfb Background Color

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

This div background color is #bdecfb


#bdecfb Border Color

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

This div border color is #bdecfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdecfb


Comments

No comments written yet.

Please login to write comment.