Color Hex Logo

#bad6dc Color Hex

#BAD6DC
(186,214,220)
0 Favorites   0 Comments

Color spaces of #bad6dc

RGB 186214220
HSL0.530.330.80
HSV191°15°86°
CMYK 0.150.030.00   0.14
XYZ57.214563.699576.9899
Yxy63.69950.28910.3219
Hunter Lab79.8120-11.7103-1.3252
CIE-Lab83.8091-8.0364-6.0936

#bad6dc color RGB value is (186,214,220).

#bad6dc hex color red value is 186, green value is 214 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bad6dc hue: 0.53 , saturation: 0.33 and the lightness value of bad6dc is 0.80.

The process color (four color CMYK) of #bad6dc color hex is 0.15, 0.03, 0.00, 0.14. Web safe color of #bad6dc is #cccccc. Color #bad6dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010110 11011100
Octal 272 326 334
Decimal 186 214 220
Hex BA D6 DC

RGB Percentages of Color #bad6dc

%30.00
%34.52
%35.48

CMYK Percentages of Color #bad6dc

%15
%3
%0
%14

Triadic Colors of #bad6dc

#bad6dc #dcbad6 #d6dcba

Analogous Colors of #bad6dc

#bad6dc #bac5dc #badcd1

Monochromatic Colors of #bad6dc

#bad6dc

Complementary Color

#bad6dc #dcc0ba

#bad6dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad6dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad6dc Color CSS Codes

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

#bad6dc Text Font Color

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

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


#bad6dc Background Color

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

This div background color is #bad6dc


#bad6dc Border Color

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

This div border color is #bad6dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad6dc


Comments

No comments written yet.

Please login to write comment.