Color Hex Logo

#bad7db Color Hex

#BAD7DB
(186,215,219)
0 Favorites   0 Comments

Color spaces of #bad7db

RGB 186215219
HSL0.520.310.79
HSV187°15°86°
CMYK 0.150.020.00   0.14
XYZ57.336364.154576.3789
Yxy64.15450.28980.3242
Hunter Lab80.0965-12.3914-0.4706
CIE-Lab84.0461-8.7590-5.2122

#bad7db color RGB value is (186,215,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010111 11011011
Octal 272 327 333
Decimal 186 215 219
Hex BA D7 DB

RGB Percentages of Color #bad7db

%30.00
%34.68
%35.32

CMYK Percentages of Color #bad7db

%15
%2
%0
%14

Triadic Colors of #bad7db

#bad7db #dbbad7 #d7dbba

Analogous Colors of #bad7db

#bad7db #bac7db #badbcf

Monochromatic Colors of #bad7db

#bad7db

Complementary Color

#bad7db #dbbeba

#bad7db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad7db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad7db Color CSS Codes

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

#bad7db Text Font Color

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

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


#bad7db Background Color

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

This div background color is #bad7db


#bad7db Border Color

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

This div border color is #bad7db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad7db


Comments

No comments written yet.

Please login to write comment.