Color Hex Logo

#bad7fb Color Hex

#BAD7FB
(186,215,251)
0 Favorites   0 Comments

Color spaces of #bad7fb

RGB 186215251
HSL0.590.890.86
HSV213°26°98°
CMYK 0.260.140.00   0.02
XYZ61.962766.0050100.7412
Yxy66.00500.27090.2886
Hunter Lab81.2435-6.0378-16.6487
CIE-Lab84.9990-1.7956-20.7491

#bad7fb color RGB value is (186,215,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010111 11111011
Octal 272 327 373
Decimal 186 215 251
Hex BA D7 FB

RGB Percentages of Color #bad7fb

%28.53
%32.98
%38.50

CMYK Percentages of Color #bad7fb

%26
%14
%0
%2

Triadic Colors of #bad7fb

#bad7fb #fbbad7 #d7fbba

Analogous Colors of #bad7fb

#bad7fb #bebafb #baf8fb

Monochromatic Colors of #bad7fb

#bad7fb

Complementary Color

#bad7fb #fbdeba

#bad7fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad7fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad7fb Color CSS Codes

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

#bad7fb Text Font Color

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

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


#bad7fb Background Color

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

This div background color is #bad7fb


#bad7fb Border Color

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

This div border color is #bad7fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad7fb


Comments

No comments written yet.

Please login to write comment.