Color Hex Logo

#bad8fb Color Hex

#BAD8FB
(186,216,251)
0 Favorites   0 Comments

Color spaces of #bad8fb

RGB 186216251
HSL0.590.890.86
HSV212°26°98°
CMYK 0.260.140.00   0.02
XYZ62.218266.5159100.8264
Yxy66.51590.27100.2898
Hunter Lab81.5573-6.5516-16.2080
CIE-Lab85.2589-2.3208-20.3559

#bad8fb color RGB value is (186,216,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011000 11111011
Octal 272 330 373
Decimal 186 216 251
Hex BA D8 FB

RGB Percentages of Color #bad8fb

%28.48
%33.08
%38.44

CMYK Percentages of Color #bad8fb

%26
%14
%0
%2

Triadic Colors of #bad8fb

#bad8fb #fbbad8 #d8fbba

Analogous Colors of #bad8fb

#bad8fb #bdbafb #baf9fb

Monochromatic Colors of #bad8fb

#bad8fb

Complementary Color

#bad8fb #fbddba

#bad8fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad8fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad8fb Color CSS Codes

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

#bad8fb Text Font Color

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

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


#bad8fb Background Color

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

This div background color is #bad8fb


#bad8fb Border Color

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

This div border color is #bad8fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad8fb


Comments

No comments written yet.

Please login to write comment.