Color Hex Logo

#badffb Color Hex

#BADFFB
(186,223,251)
2 Favorites   0 Comments

Color spaces of #badffb

RGB 186223251
HSL0.570.890.86
HSV206°26°98°
CMYK 0.260.110.00   0.02
XYZ64.050070.1795101.4370
Yxy70.17950.27180.2978
Hunter Lab83.7732-10.1284-13.1502
CIE-Lab87.0848-5.9718-17.6005

#badffb color RGB value is (186,223,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011111 11111011
Octal 272 337 373
Decimal 186 223 251
Hex BA DF FB

RGB Percentages of Color #badffb

%28.18
%33.79
%38.03

CMYK Percentages of Color #badffb

%26
%11
%0
%2

Triadic Colors of #badffb

#badffb #fbbadf #dffbba

Analogous Colors of #badffb

#badffb #babffb #bafbf7

Monochromatic Colors of #badffb

#badffb

Complementary Color

#badffb #fbd6ba

#badffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#badffb Color CSS Codes

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

#badffb Text Font Color

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

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


#badffb Background Color

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

This div background color is #badffb


#badffb Border Color

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

This div border color is #badffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badffb

#badffb Color Palettes


Comments

No comments written yet.

Please login to write comment.