Color Hex Logo

#badbde Color Hex

#BADBDE
(186,219,222)
0 Favorites   0 Comments

Color spaces of #badbde

RGB 186219222
HSL0.510.350.80
HSV185°16°87°
CMYK 0.160.010.00   0.13
XYZ58.766066.376178.8218
Yxy66.37610.28810.3254
Hunter Lab81.4715-13.8218-0.3316
CIE-Lab85.1879-10.1976-5.1184

#badbde color RGB value is (186,219,222).

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

The process color (four color CMYK) of #badbde color hex is 0.16, 0.01, 0.00, 0.13. Web safe color of #badbde is #cccccc. Color #badbde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011011 11011110
Octal 272 333 336
Decimal 186 219 222
Hex BA DB DE

RGB Percentages of Color #badbde

%29.67
%34.93
%35.41

CMYK Percentages of Color #badbde

%16
%1
%0
%13

Triadic Colors of #badbde

#badbde #debadb #dbdeba

Analogous Colors of #badbde

#badbde #bac9de #badecf

Monochromatic Colors of #badbde

#badbde

Complementary Color

#badbde #debdba

#badbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#badbde Color CSS Codes

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

#badbde Text Font Color

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

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


#badbde Background Color

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

This div background color is #badbde


#badbde Border Color

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

This div border color is #badbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badbde


Comments

No comments written yet.

Please login to write comment.