Color Hex Logo

#badbfb Color Hex

#BADBFB
(186,219,251)
0 Favorites   0 Comments

Color spaces of #badbfb

RGB 186219251
HSL0.580.890.86
HSV210°26°98°
CMYK 0.260.130.00   0.02
XYZ62.993868.0672101.0849
Yxy68.06720.27140.2932
Hunter Lab82.5028-8.0890-14.8918
CIE-Lab86.0400-3.8914-19.1755

#badbfb color RGB value is (186,219,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011011 11111011
Octal 272 333 373
Decimal 186 219 251
Hex BA DB FB

RGB Percentages of Color #badbfb

%28.35
%33.38
%38.26

CMYK Percentages of Color #badbfb

%26
%13
%0
%2

Triadic Colors of #badbfb

#badbfb #fbbadb #dbfbba

Analogous Colors of #badbfb

#badbfb #babbfb #bafbfb

Monochromatic Colors of #badbfb

#badbfb

Complementary Color

#badbfb #fbdaba

#badbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#badbfb Color CSS Codes

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

#badbfb Text Font Color

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

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


#badbfb Background Color

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

This div background color is #badbfb


#badbfb Border Color

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

This div border color is #badbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badbfb


Comments

No comments written yet.

Please login to write comment.