Color Hex Logo

#badbdf Color Hex

#BADBDF
(186,219,223)
0 Favorites   0 Comments

Color spaces of #badbdf

RGB 186219223
HSL0.520.370.80
HSV186°17°87°
CMYK 0.170.020.00   0.13
XYZ58.900566.429979.5299
Yxy66.42990.28750.3243
Hunter Lab81.5045-13.6372-0.8004
CIE-Lab85.2152-9.9907-5.6075

#badbdf color RGB value is (186,219,223).

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

The process color (four color CMYK) of #badbdf color hex is 0.17, 0.02, 0.00, 0.13. Web safe color of #badbdf is #cccccc. Color #badbdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011011 11011111
Octal 272 333 337
Decimal 186 219 223
Hex BA DB DF

RGB Percentages of Color #badbdf

%29.62
%34.87
%35.51

CMYK Percentages of Color #badbdf

%17
%2
%0
%13

Triadic Colors of #badbdf

#badbdf #dfbadb #dbdfba

Analogous Colors of #badbdf

#badbdf #bac9df #badfd1

Monochromatic Colors of #badbdf

#badbdf

Complementary Color

#badbdf #dfbeba

#badbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#badbdf Color CSS Codes

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

#badbdf Text Font Color

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

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


#badbdf Background Color

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

This div background color is #badbdf


#badbdf Border Color

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

This div border color is #badbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badbdf


Comments

No comments written yet.

Please login to write comment.