Color Hex Logo

#bad4db Color Hex

#BAD4DB
(186,212,219)
1 Favorites   0 Comments

Color spaces of #bad4db

RGB 186212219
HSL0.540.310.79
HSV193°15°86°
CMYK 0.150.030.00   0.14
XYZ56.579462.640576.1266
Yxy62.64050.28960.3207
Hunter Lab79.1458-10.8997-1.6263
CIE-Lab83.2529-7.2069-6.3841

#bad4db color RGB value is (186,212,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010100 11011011
Octal 272 324 333
Decimal 186 212 219
Hex BA D4 DB

RGB Percentages of Color #bad4db

%30.15
%34.36
%35.49

CMYK Percentages of Color #bad4db

%15
%3
%0
%14

Triadic Colors of #bad4db

#bad4db #dbbad4 #d4dbba

Analogous Colors of #bad4db

#bad4db #bac4db #badbd2

Monochromatic Colors of #bad4db

#bad4db

Complementary Color

#bad4db #dbc1ba

#bad4db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad4db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad4db Color CSS Codes

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

#bad4db Text Font Color

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

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


#bad4db Background Color

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

This div background color is #bad4db


#bad4db Border Color

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

This div border color is #bad4db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad4db


Comments

No comments written yet.

Please login to write comment.