Color Hex Logo

#badefa Color Hex

#BADEFA
(186,222,250)
0 Favorites   0 Comments

Color spaces of #badefa

RGB 186222250
HSL0.570.860.85
HSV206°26°98°
CMYK 0.260.110.00   0.02
XYZ63.626369.5838100.5200
Yxy69.58380.27220.2977
Hunter Lab83.4169-9.8286-13.0545
CIE-Lab86.7923-5.6798-17.5144

#badefa color RGB value is (186,222,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011110 11111010
Octal 272 336 372
Decimal 186 222 250
Hex BA DE FA

RGB Percentages of Color #badefa

%28.27
%33.74
%37.99

CMYK Percentages of Color #badefa

%26
%11
%0
%2

Triadic Colors of #badefa

#badefa #fabade #defaba

Analogous Colors of #badefa

#badefa #babefa #bafaf6

Monochromatic Colors of #badefa

#badefa

Complementary Color

#badefa #fad6ba

#badefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#badefa Color CSS Codes

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

#badefa Text Font Color

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

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


#badefa Background Color

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

This div background color is #badefa


#badefa Border Color

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

This div border color is #badefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badefa


Comments

No comments written yet.

Please login to write comment.