Color Hex Logo

#badcff Color Hex

#BADCFF
(186,220,255)
1 Favorites   0 Comments

Color spaces of #badcff

RGB 186220255
HSL0.581.000.86
HSV210°27°100°
CMYK 0.270.140.00   0.00
XYZ63.892968.8455104.5287
Yxy68.84550.26930.2902
Hunter Lab82.9732-7.7505-16.6117
CIE-Lab86.4275-3.4972-20.6985

#badcff color RGB value is (186,220,255).

#badcff hex color red value is 186, green value is 220 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #badcff hue: 0.58 , saturation: 1.00 and the lightness value of badcff is 0.86.

The process color (four color CMYK) of #badcff color hex is 0.27, 0.14, 0.00, 0.00. Web safe color of #badcff is #ccccff. Color #badcff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011100 11111111
Octal 272 334 377
Decimal 186 220 255
Hex BA DC FF

RGB Percentages of Color #badcff

%28.14
%33.28
%38.58

CMYK Percentages of Color #badcff

%27
%14
%0
%0

Triadic Colors of #badcff

#badcff #ffbadc #dcffba

Analogous Colors of #badcff

#badcff #bbbaff #baffff

Monochromatic Colors of #badcff

#badcff

Complementary Color

#badcff #ffddba

#badcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#badcff Color CSS Codes

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

#badcff Text Font Color

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

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


#badcff Background Color

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

This div background color is #badcff


#badcff Border Color

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

This div border color is #badcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badcff

Related Colors

#badcff Color Palettes


Comments

No comments written yet.

Please login to write comment.