Color Hex Logo

#bdcbfb Color Hex

#BDCBFB
(189,203,251)
0 Favorites   0 Comments

Color spaces of #bdcbfb

RGB 189203251
HSL0.630.890.86
HSV226°25°98°
CMYK 0.250.190.00   0.02
XYZ59.754860.495799.7942
Yxy60.49570.27160.2749
Hunter Lab77.77901.0219-21.6267
CIE-Lab82.10695.4584-25.1229

#bdcbfb color RGB value is (189,203,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001011 11111011
Octal 275 313 373
Decimal 189 203 251
Hex BD CB FB

RGB Percentages of Color #bdcbfb

%29.39
%31.57
%39.04

CMYK Percentages of Color #bdcbfb

%25
%19
%0
%2

Triadic Colors of #bdcbfb

#bdcbfb #fbbdcb #cbfbbd

Analogous Colors of #bdcbfb

#bdcbfb #cebdfb #bdeafb

Monochromatic Colors of #bdcbfb

#bdcbfb

Complementary Color

#bdcbfb #fbedbd

#bdcbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcbfb Color CSS Codes

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

#bdcbfb Text Font Color

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

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


#bdcbfb Background Color

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

This div background color is #bdcbfb


#bdcbfb Border Color

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

This div border color is #bdcbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcbfb


Comments

No comments written yet.

Please login to write comment.