Color Hex Logo

#bad8ff Color Hex

#BAD8FF
(186,216,255)
0 Favorites   0 Comments

Color spaces of #bad8ff

RGB 186216255
HSL0.591.000.86
HSV214°27°100°
CMYK 0.270.150.00   0.00
XYZ62.855666.7708104.1830
Yxy66.77080.26880.2856
Hunter Lab81.7134-5.6926-18.3942
CIE-Lab85.3881-1.4002-22.2729

#bad8ff color RGB value is (186,216,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011000 11111111
Octal 272 330 377
Decimal 186 216 255
Hex BA D8 FF

RGB Percentages of Color #bad8ff

%28.31
%32.88
%38.81

CMYK Percentages of Color #bad8ff

%27
%15
%0
%0

Triadic Colors of #bad8ff

#bad8ff #ffbad8 #d8ffba

Analogous Colors of #bad8ff

#bad8ff #bfbaff #bafbff

Monochromatic Colors of #bad8ff

#bad8ff

Complementary Color

#bad8ff #ffe1ba

#bad8ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad8ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad8ff Color CSS Codes

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

#bad8ff Text Font Color

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

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


#bad8ff Background Color

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

This div background color is #bad8ff


#bad8ff Border Color

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

This div border color is #bad8ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad8ff

#bad8ff Color Palettes


Comments

No comments written yet.

Please login to write comment.