Color Hex Logo

#bad3fb Color Hex

#BAD3FB
(186,211,251)
0 Favorites   0 Comments

Color spaces of #bad3fb

RGB 186211251
HSL0.600.890.86
HSV217°26°98°
CMYK 0.260.160.00   0.02
XYZ60.956663.9927100.4059
Yxy63.99270.27050.2840
Hunter Lab79.9954-3.9748-18.4208
CIE-Lab83.96200.3149-22.3206

#bad3fb color RGB value is (186,211,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010011 11111011
Octal 272 323 373
Decimal 186 211 251
Hex BA D3 FB

RGB Percentages of Color #bad3fb

%28.70
%32.56
%38.73

CMYK Percentages of Color #bad3fb

%26
%16
%0
%2

Triadic Colors of #bad3fb

#bad3fb #fbbad3 #d3fbba

Analogous Colors of #bad3fb

#bad3fb #c2bafb #baf4fb

Monochromatic Colors of #bad3fb

#bad3fb

Complementary Color

#bad3fb #fbe2ba

#bad3fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad3fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad3fb Color CSS Codes

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

#bad3fb Text Font Color

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

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


#bad3fb Background Color

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

This div background color is #bad3fb


#bad3fb Border Color

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

This div border color is #bad3fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad3fb


Comments

No comments written yet.

Please login to write comment.