Color Hex Logo

#bad1da Color Hex

#BAD1DA
(186,209,218)
0 Favorites   0 Comments

Color spaces of #bad1da

RGB 186209218
HSL0.550.300.79
HSV197°15°85°
CMYK 0.150.040.00   0.15
XYZ55.705161.102075.1876
Yxy61.10200.29010.3182
Hunter Lab78.1678-9.5882-2.3121
CIE-Lab82.4335-5.8531-7.0638

#bad1da color RGB value is (186,209,218).

#bad1da hex color red value is 186, green value is 209 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bad1da hue: 0.55 , saturation: 0.30 and the lightness value of bad1da is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010001 11011010
Octal 272 321 332
Decimal 186 209 218
Hex BA D1 DA

RGB Percentages of Color #bad1da

%30.34
%34.09
%35.56

CMYK Percentages of Color #bad1da

%15
%4
%0
%15

Triadic Colors of #bad1da

#bad1da #dabad1 #d1daba

Analogous Colors of #bad1da

#bad1da #bac1da #badad3

Monochromatic Colors of #bad1da

#bad1da

Complementary Color

#bad1da #dac3ba

#bad1da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad1da Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad1da Color CSS Codes

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

#bad1da Text Font Color

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

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


#bad1da Background Color

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

This div background color is #bad1da


#bad1da Border Color

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

This div border color is #bad1da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad1da


Comments

No comments written yet.

Please login to write comment.