Color Hex Logo

#bad2fb Color Hex

#BAD2FB
(186,210,251)
0 Favorites   0 Comments

Color spaces of #bad2fb

RGB 186210251
HSL0.610.890.86
HSV218°26°98°
CMYK 0.260.160.00   0.02
XYZ60.708963.4973100.3233
Yxy63.49730.27040.2828
Hunter Lab79.6852-3.4572-18.8662
CIE-Lab83.70330.8448-22.7131

#bad2fb color RGB value is (186,210,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010010 11111011
Octal 272 322 373
Decimal 186 210 251
Hex BA D2 FB

RGB Percentages of Color #bad2fb

%28.75
%32.46
%38.79

CMYK Percentages of Color #bad2fb

%26
%16
%0
%2

Triadic Colors of #bad2fb

#bad2fb #fbbad2 #d2fbba

Analogous Colors of #bad2fb

#bad2fb #c3bafb #baf3fb

Monochromatic Colors of #bad2fb

#bad2fb

Complementary Color

#bad2fb #fbe3ba

#bad2fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad2fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad2fb Color CSS Codes

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

#bad2fb Text Font Color

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

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


#bad2fb Background Color

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

This div background color is #bad2fb


#bad2fb Border Color

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

This div border color is #bad2fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad2fb


Comments

No comments written yet.

Please login to write comment.