Color Hex Logo

#bad6fc Color Hex

#BAD6FC
(186,214,252)
0 Favorites   0 Comments

Color spaces of #bad6fc

RGB 186214252
HSL0.600.920.86
HSV215°26°99°
CMYK 0.260.150.00   0.01
XYZ61.867065.5605101.4892
Yxy65.56050.27030.2864
Hunter Lab80.9694-5.3085-17.6370
CIE-Lab84.7717-1.0395-21.6220

#bad6fc color RGB value is (186,214,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010110 11111100
Octal 272 326 374
Decimal 186 214 252
Hex BA D6 FC

RGB Percentages of Color #bad6fc

%28.53
%32.82
%38.65

CMYK Percentages of Color #bad6fc

%26
%15
%0
%1

Triadic Colors of #bad6fc

#bad6fc #fcbad6 #d6fcba

Analogous Colors of #bad6fc

#bad6fc #bfbafc #baf7fc

Monochromatic Colors of #bad6fc

#bad6fc

Complementary Color

#bad6fc #fce0ba

#bad6fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad6fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad6fc Color CSS Codes

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

#bad6fc Text Font Color

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

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


#bad6fc Background Color

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

This div background color is #bad6fc


#bad6fc Border Color

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

This div border color is #bad6fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad6fc


Comments

No comments written yet.

Please login to write comment.