Color Hex Logo

#badbf1 Color Hex

#BADBF1
(186,219,241)
0 Favorites   0 Comments

Color spaces of #badbf1

RGB 186219241
HSL0.570.660.84
HSV204°23°95°
CMYK 0.230.090.00   0.05
XYZ61.458467.453092.9996
Yxy67.45300.27700.3040
Hunter Lab82.1298-10.1541-9.6462
CIE-Lab85.7322-6.1354-14.3592

#badbf1 color RGB value is (186,219,241).

#badbf1 hex color red value is 186, green value is 219 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #badbf1 hue: 0.57 , saturation: 0.66 and the lightness value of badbf1 is 0.84.

The process color (four color CMYK) of #badbf1 color hex is 0.23, 0.09, 0.00, 0.05. Web safe color of #badbf1 is #ccccff. Color #badbf1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011011 11110001
Octal 272 333 361
Decimal 186 219 241
Hex BA DB F1

RGB Percentages of Color #badbf1

%28.79
%33.90
%37.31

CMYK Percentages of Color #badbf1

%23
%9
%0
%5

Triadic Colors of #badbf1

#badbf1 #f1badb #dbf1ba

Analogous Colors of #badbf1

#badbf1 #bac0f1 #baf1ec

Monochromatic Colors of #badbf1

#badbf1

Complementary Color

#badbf1 #f1d0ba

#badbf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badbf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badbf1 Color CSS Codes

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

#badbf1 Text Font Color

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

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


#badbf1 Background Color

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

This div background color is #badbf1


#badbf1 Border Color

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

This div border color is #badbf1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,219,241, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #badbf1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badbf1


Comments

No comments written yet.

Please login to write comment.