Color Hex Logo

#bad7ff Color Hex

#BAD7FF
(186,215,255)
0 Favorites   0 Comments

Color spaces of #bad7ff

RGB 186215255
HSL0.601.000.86
HSV215°27°100°
CMYK 0.270.160.00   0.00
XYZ62.600166.2600104.0978
Yxy66.26000.26870.2844
Hunter Lab81.4002-5.1767-18.8422
CIE-Lab85.1289-0.8740-22.6660

#bad7ff color RGB value is (186,215,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010111 11111111
Octal 272 327 377
Decimal 186 215 255
Hex BA D7 FF

RGB Percentages of Color #bad7ff

%28.35
%32.77
%38.87

CMYK Percentages of Color #bad7ff

%27
%16
%0
%0

Triadic Colors of #bad7ff

#bad7ff #ffbad7 #d7ffba

Analogous Colors of #bad7ff

#bad7ff #c0baff #bafaff

Monochromatic Colors of #bad7ff

#bad7ff

Complementary Color

#bad7ff #ffe2ba

#bad7ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad7ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad7ff Color CSS Codes

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

#bad7ff Text Font Color

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

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


#bad7ff Background Color

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

This div background color is #bad7ff


#bad7ff Border Color

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

This div border color is #bad7ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad7ff

#bad7ff Color Palettes


Comments

No comments written yet.

Please login to write comment.