Color Hex Logo

#bad4dc Color Hex

#BAD4DC
(186,212,220)
0 Favorites   0 Comments

Color spaces of #bad4dc

RGB 186212220
HSL0.540.330.80
HSV194°15°86°
CMYK 0.150.040.00   0.14
XYZ56.711562.693476.8222
Yxy62.69340.28900.3195
Hunter Lab79.1792-10.7142-2.0997
CIE-Lab83.2808-7.0002-6.8749

#bad4dc color RGB value is (186,212,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010100 11011100
Octal 272 324 334
Decimal 186 212 220
Hex BA D4 DC

RGB Percentages of Color #bad4dc

%30.10
%34.30
%35.60

CMYK Percentages of Color #bad4dc

%15
%4
%0
%14

Triadic Colors of #bad4dc

#bad4dc #dcbad4 #d4dcba

Analogous Colors of #bad4dc

#bad4dc #bac3dc #badcd3

Monochromatic Colors of #bad4dc

#bad4dc

Complementary Color

#bad4dc #dcc2ba

#bad4dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad4dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad4dc Color CSS Codes

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

#bad4dc Text Font Color

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

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


#bad4dc Background Color

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

This div background color is #bad4dc


#bad4dc Border Color

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

This div border color is #bad4dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad4dc


Comments

No comments written yet.

Please login to write comment.