Color Hex Logo

#badbdc Color Hex

#BADBDC
(186,219,220)
1 Favorites   0 Comments

Color spaces of #badbdc

RGB 186219220
HSL0.500.330.80
HSV182°15°86°
CMYK 0.150.000.00   0.14
XYZ58.499566.269477.4182
Yxy66.26940.28930.3278
Hunter Lab81.4060-14.18790.5986
CIE-Lab85.1336-10.6086-4.1396

#badbdc color RGB value is (186,219,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011011 11011100
Octal 272 333 334
Decimal 186 219 220
Hex BA DB DC

RGB Percentages of Color #badbdc

%29.76
%35.04
%35.20

CMYK Percentages of Color #badbdc

%15
%0
%0
%14

Triadic Colors of #badbdc

#badbdc #dcbadb #dbdcba

Analogous Colors of #badbdc

#badbdc #bacadc #badccc

Monochromatic Colors of #badbdc

#badbdc

Complementary Color

#badbdc #dcbbba

#badbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#badbdc Color CSS Codes

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

#badbdc Text Font Color

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

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


#badbdc Background Color

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

This div background color is #badbdc


#badbdc Border Color

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

This div border color is #badbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badbdc

#badbdc Color Palettes


Comments

No comments written yet.

Please login to write comment.