Color Hex Logo

#badffa Color Hex

#BADFFA
(186,223,250)
1 Favorites   0 Comments

Color spaces of #badffa

RGB 186223250
HSL0.570.860.85
HSV205°26°98°
CMYK 0.260.110.00   0.02
XYZ63.892770.1166100.6088
Yxy70.11660.27230.2989
Hunter Lab83.7357-10.3368-12.6223
CIE-Lab87.0540-6.1982-17.1205

#badffa color RGB value is (186,223,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011111 11111010
Octal 272 337 372
Decimal 186 223 250
Hex BA DF FA

RGB Percentages of Color #badffa

%28.22
%33.84
%37.94

CMYK Percentages of Color #badffa

%26
%11
%0
%2

Triadic Colors of #badffa

#badffa #fabadf #dffaba

Analogous Colors of #badffa

#badffa #babffa #bafaf5

Monochromatic Colors of #badffa

#badffa

Complementary Color

#badffa #fad5ba

#badffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#badffa Color CSS Codes

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

#badffa Text Font Color

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

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


#badffa Background Color

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

This div background color is #badffa


#badffa Border Color

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

This div border color is #badffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badffa

Related Colors


Comments

No comments written yet.

Please login to write comment.