Color Hex Logo

#badefb Color Hex

#BADEFB
(186,222,251)
0 Favorites   0 Comments

Color spaces of #badefb

RGB 186222251
HSL0.570.890.86
HSV207°26°98°
CMYK 0.260.120.00   0.02
XYZ63.783669.6467101.3482
Yxy69.64670.27170.2966
Hunter Lab83.4546-9.6196-13.5842
CIE-Lab86.8233-5.4531-17.9944

#badefb color RGB value is (186,222,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011110 11111011
Octal 272 336 373
Decimal 186 222 251
Hex BA DE FB

RGB Percentages of Color #badefb

%28.22
%33.69
%38.09

CMYK Percentages of Color #badefb

%26
%12
%0
%2

Triadic Colors of #badefb

#badefb #fbbade #defbba

Analogous Colors of #badefb

#badefb #babefb #bafbf8

Monochromatic Colors of #badefb

#badefb

Complementary Color

#badefb #fbd7ba

#badefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#badefb Color CSS Codes

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

#badefb Text Font Color

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

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


#badefb Background Color

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

This div background color is #badefb


#badefb Border Color

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

This div border color is #badefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badefb


Comments

No comments written yet.

Please login to write comment.